Skip to content

libraries

Stéphane Letz edited this page Aug 28, 2019 · 1 revision

Libraries

Faust libraries are now in a separated subproject. They are synchronized from time to time in the main Faust repository using the following commands:

git submodule update --remote --merge
git add libraries
git commit -m "Project updated to the latest version of the libraries"
git push
Clone this wiki locally