das-labor / labcontrol

GNU General Public License v3.0
2 stars 0 forks source link

How to compile

git clone --recursive https://github.com/das-labor/labcontrol.git

git submodule update --init --recursive

Meson

meson setup <build dir>
cd <build dir>
meson compile

Autotools

1) ./bootstrap.sh

2) ./configure

3) make