zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit 5a331f2625ffe2292ce4861e4b2f521706e0fe86
parent 81eca0b7c02a815578dfe394c06fa6bab4fa9321
Author: fundamental <mark.d.mccurry@gmail.com>
Date:   Sun, 26 Feb 2012 13:34:52 -0500

Doc: added information on instrument submodule

Diffstat:
Mdoc/getting.txt | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/doc/getting.txt b/doc/getting.txt @@ -28,6 +28,10 @@ In order to get a copy of the ZynAddSubFX source code, all that needs to be done git clone git://zynaddsubfx.git.sourceforge.net/gitroot/zynaddsubfx/zynaddsubfx cd zynaddsubfx + +#Download additional resources +git submodule init +git submodule update --------------------------------------------- You should now be in the directory of the source code.