Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 925 Bytes

README.md

File metadata and controls

50 lines (36 loc) · 925 Bytes

Albinos

Raven-OS' configuration unification service and library.

Building & installing

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.

Running

To run the service, use:

./service/service

Config editor installation

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

Running the config editor

albinos_editor

Documentation

See our doc!