stargatedaw / stargate

Innovation-first digital audio workstation (DAW), instrument and effect plugins, wave editor
GNU General Public License v3.0
662 stars 34 forks source link

Can't compile from source #42

Closed windowsrefund closed 8 months ago

windowsrefund commented 10 months ago

~/src/stargate-release-23.12.1

cd src

~/src/stargate-release-23.12.1/src

make make -C vendor/sbsms/cli make[1]: vendor/sbsms/cli: No such file or directory. Stop. make: [Makefile:233: sbsms] Error 2

L3337 commented 9 months ago

Hello. You are missing the git submodules. Either clone with:

git clone --recursive https://github.com/stargatedaw/stargate.git

or run

git submodule init
git submodule update

Full Linux build instructions are here. The instructions may be a little outdated, let me know if you run into issues with them.