Build system to package https://github.com/kfoltman/calfbox for the Laborejo Software Suite. No code changes to calfbox. Please do all issues and pull requests upstream.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Nils 97f6b6da78 some updates 2 years ago
calfbox@96e5182b93 some updates 2 years ago
tests some updates 2 years ago
.gitignore Add meson.build 2 years ago
.gitmodules add cbox as read-only submodule 2 years ago
LICENSE Initial commit 2 years ago
README.md some updates 2 years ago
meson.build SONAME and library version 2 years ago

README.md

libcalfbox-lss

Build system to package https://github.com/kfoltman/calfbox for the Laborejo Software Suite. No code changes to calfbox. Please do all issues and pull requests upstream.

Compile the library

meson build
cd build
meson compile

One can also do

  • meson build --buildtype=debug for a debug build.
  • meson build --prefix=/usr to change from default /usr/local

Test without installation

cd tests
./01.py

Install

cd build
sudo meson install

You maybe need to run ldconfig after installing manually.

Uninstall

cd build
sudo ninja uninstall

Don't forget to call ldconfig if you do a manual uninstall.