Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 352 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 352 Bytes

OpenLayout

OpenLayout is free cross-platform clone of Sprint Layout

Installing requirements

Debian/Ubuntu:

sudo apt install libwxbase3.0-dev libwxgtk3.0-dev

Arch Linux/Manjaro:

sudo pacman -S wxgtk-common wxgtk3 wxgtk2

Build

mkdir build
cd build
cmake ..
make -j$(nproc)

Installing

sudo make install