1
0
forked from GitHub/gf-core
Files
gf-core/src/runtime/c
krangelov 7f0eb34864 fix typo
2021-09-10 22:31:51 +02:00
..
2021-08-31 21:57:13 +02:00
2021-09-10 22:31:51 +02:00
2021-09-07 13:19:02 +02:00
2021-08-13 10:47:06 +02:00

"Majestic" C Runtime

Requirements

Required system packages (Debian/Ubuntu):

autoconf
automake
libtool
make
g++

Installation

Installing the runtime (puts libraries in /usr/local/lib):

autoreconf -i
./configure
make
make install

Using

  • Compiling GF with this runtime will require flag --extra-lib-dirs=/usr/local/lib.
  • Running GF with this runtime will require environment variable LD_LIBRARY_PATH=/usr/local/lib