- or download this
use Inline C => Config => LIBS => '-lparser';
- or download this
use Inline C => Config => LIBS => '-lfoo';
- or download this
use Inline C => Config => LIBS => '-L/path/to/lib -lfoo';
- or download this
use Inline C => Config =>
BUILD_NOISY => 1,
LIBS => '-L/path/to/lib -lfoo';
- or download this
use Inline C => <<END_C;
#include <stdio.h>
...
END_C