Raven-OS' configuration unification service and library.
mkdir -p build/<build_type>
cd build/<build_type>
cmake ../.. -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=<BuildType> # cmake wants a CamelCase value, so "Debug" for debug, "Release" for release etc.
make
sudo make install
cd -
The compilation may take a while.
To run the service, use:
./service/service
First you need to install nimble.
You can use choosenim for installing nim environment:
curl https://nim-lang.org/choosenim/init.sh -sSf | sh
choosenim update devel #use development nim version
choosenim devel #switch to devel version
Then you should:
nimble build
nimble install
albinos_editor
See our doc!