Skip to content

Building from source

ak5k edited this page Jun 6, 2021 · 1 revision

Make sure platform specific Visual Studio, Xcode, build-essential or 'Development Tools', and git and cmake packages are installed.

cd [your working directory/repo collection/whatever]
git clone https://github.com/ak5k/reablink
cd reablink
cmake -B ./build/ -DCMAKE_BUILD_TYPE="Release"
cmake --build ./build/ --config "Release"
Clone this wiki locally