Skip to content

StratifyLabs/sl2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sl

sl is a command line tool to be used with StratifyOS.

Bootstrapping sl

For building on a new OS and architecture, try these commands:

git clone git@github.com: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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published