I need to maintain a source snapshot of the Faust compiler that builds
along with everything else in a dependent project.  To get around
problems I was having with cmake derived files, I settled on the
following "make target" for now.  Please let me know if you see
anything wrong with it, and otherwise enjoy it if you need it also in
any of your projects. :-)

updatefaustmasterdev:
        git rm -r faustmasterdev
        /bin/rm -rf faustmasterdev
        git clone https://github.com/grame-cncm/faust.git faustmasterdev
        cd faustmasterdev
        git submodule update --init
        /bin/rm -rf .git
        cd libraries
        /bin/rm -rf .git
        cd ../..
        git add faustmasterdev

--
Julius O. Smith III <j...@ccrma.stanford.edu>
Professor of Music and, by courtesy, Electrical Engineering
CCRMA, Stanford University
http://ccrma.stanford.edu/~jos/


_______________________________________________
Faudiostream-devel mailing list
Faudiostream-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-devel

Reply via email to