sl
is a command line tool to be used with StratifyOS.
For building on a new OS and architecture, try these commands:
git clone [email protected]:StratifyLabs/sl
cd sl
cmake -DCMSDK_GENERATOR=Ninja -P bootstrap.cmake
source profile.sh
mkdir -p cmake_link
cd cmake_link
cmake .. -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -GNinja -DCMSDK_LOCAL_PATH=$PWD/../SDK/local
ninja
ninja install
On Windows use this command to configure the build:
cmake .. -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -GNinja -DCMSDK_EXEC_SUFFIX=.exe -DCMSDK_LOCAL_PATH=$PWD/../SDK/local