c++ - code change for each version update -


i downloaded open source code(sphinx) , modified of *.cpp , *.c files inorder achieve result required.

now each version update,need go , modify code again , again...

is there possible ways achieve without touching source code directly?

can me in regard...?

use version control system. example git. create branch changes, , merge each new version of library branch. preserve changes , show possible conflict easily.

or if project open source project hosed on git server, crate private fork it.


Comments

Popular posts from this blog

javascript - How to name a jQuery function to make a browser's back button work? -

collision detection - C++ library for mesh to mesh intersection: what is available? -

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -