Files
raylib/src
Ahmad Fatoum 44376c04fa Generate and install pkg-config pc file
After installation, compiling new programs is possible with
    $ cc game.c `pkg-config --static --libs --cflags raylib`
or
    $ cc game.c `pkg-config --libs --cflags raylib`
depending on configuration

Also adds following configuration options:
- WITH_PIC "Compile static library as position-independent code"
- STATIC_RAYLIB "Build raylib as a static library"
- MACOS_FATLIB  "Build fat library for both i386 and x86_64 on macOS"
2017-11-24 17:15:33 +01:00
..
2017-11-22 17:30:09 +01:00
2017-09-13 22:23:24 +02:00
2017-03-29 00:35:42 +02:00
2017-05-08 21:16:46 +02:00
2017-03-19 12:52:58 +01:00
2017-10-30 00:14:13 +01:00
2017-10-19 14:14:18 +02:00
2017-10-22 11:07:17 +02:00
2017-10-22 11:07:17 +02:00
2017-08-23 22:55:43 -04:00
2017-10-22 11:07:17 +02:00
2017-11-22 14:56:45 +01:00
2017-09-23 19:30:42 +02:00
2017-10-13 13:55:01 +02:00
2017-11-02 20:08:52 +01:00
2017-09-29 13:56:37 +02:00
2017-04-21 00:08:00 +02:00