ObjectivelyMVC
Object oriented MVC framework for SDL3 and GNU C
Loading...
Searching...
No Matches
Installing ObjectivelyMVC

Dependencies, building, and linking against ObjectivelyMVC.

Releases

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

Dependencies

Building

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

Linking

Compile and link against ObjectivelyMVC with pkg-config:

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