Objectively
Object oriented framework for C.
Loading...
Searching...
No Matches
Installing Objectively

Dependencies, building, and linking against Objectively.

Releases

Tagged releases are published on the GitHub releases page. To build the latest from source, follow the steps below.

Dependencies

Building

Do the Autotools dance:

autoreconf -i
./configure
make && sudo make install

Linking

Compile and link against Objectively with pkg-config:

gcc `pkg-config --cflags --libs Objectively` -o myprogram *.c