git submodule update --init --recursive
CMake libusb
sudo apt install git
sudo apt install cmake
// libaries used
sudo apt-get install libusb-1.0-0-dev
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
brew install git
brew install cmake
brew install libusb --universal
mkdir build
cd build
cmake .. -GXcode
xcodebuild -project SoundplaneLite.xcodeproj -target ALL_BUILD -configuration MinSizeRel
or
cmake --build .
you can also build within sublime
mkdir build
cd build
cmake -G "Sublime Text 2 - Unix Makefiles" ..
the bela web ui does not support a subdirectories, so the way install is
mkdir -p ~/projects
cd ~/projects
// git clone SoundplaneLite.git here
apt-get install libusb-1.0-0-dev
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DBELA=on ..
Not supported at this time