A complete build system wrapping over Meson.
Go to file
sergiotarxz 08abaf6e18 Replacing built in getopt in testrunner for global in build_system.pl 2022-12-01 10:52:20 +01:00
lib/LPSC Replacing built in getopt in testrunner for global in build_system.pl 2022-12-01 10:52:20 +01:00
Build.PL Fixing the dist name. 2022-11-30 18:39:01 +01:00
LICENSE Initial commit 2022-07-25 01:41:15 +02:00
README.md Add dependencies found by Jack. 2022-07-25 19:59:11 +02:00

README.md

OwlTestRunner

A test runner for it's usage for testing C.

Requirements

Gentoo

sudo emerge -a sys-libs/db

Debian-like

sudo apt update
sudo apt install libdb-dev build-essentials libcpanplus-dist-build-perl

Installing

Clone this repo and cd into the cloned directory and run:

cpan .

If it is the first time using cpan it will prompt you to some questions about how do you want to setup cpan.

If you choose local::lib, after answering them restart your shell or source ~/.bashrc, if using a non-bash shell you may have to add manually the appropiate environment variables to your shell's rc, you can get those by issuing the following command:

PERL5LIB="$HOME/perl5/lib/perl5" perl -Mlocal::lib