1 Appendix C: Getting ZynAddSubFX
2 -------------------------------
4 Usually there are several methods to obtain a copy of ZynAddSubFX.
7 https://sourceforge.net/projects/zynaddsubfx/files/
11 git clone git://git.code.sf.net/p/zynaddsubfx/code zynaddsubfx
16 For those who want to live on the bleeding edge or who want to assist with
17 making sure that the next release has fewer bugs, you will want to get acquainted
19 Git is used to manage the source code for this project and can be used to
20 quickly and easily get an up-to-date copy of the source code.
22 Getting the Source Code
23 ^^^^^^^^^^^^^^^^^^^^^^^
25 In order to get a copy of the ZynAddSubFX source code, all that needs to be done is:
27 ---------------------------------------------
28 git clone git://git.code.sf.net/p/zynaddsubfx/code zynaddsubfx
32 #Download additional resources
35 ---------------------------------------------
37 You should now be in the directory of the source code.
39 For simple steps on building, please see Appendix B of the manual.
44 Lets say that development has extended into the creation of a new feature that
46 For the sake of this guide, lets assume that the name of the branch that the
49 -----------------------------------------
50 #checkout the foo branch from sourceforge
51 git checkout --track -b foo origin/foo
53 #lets checkout the primary branch again
56 #hop back to the other branch
58 ----------------------------------------
60 Now one should be able to change branches and go into the build directory (as
61 described in Appendix B) and recompile ZynAddSubFX.
63 NOTE: When using branches other than the master be aware that stability may