1
0
forked from 0ad/0ad
0ad/build
s0600204 7382a4885b Use pkg-config more extensively in build
We now make use of `pkg-config` on Linux, BSD, and macOS systems to find
the headers and libs for the following dependencies, where we weren't
previously:

* `enet`
* `fmt` (on macOS only)
* `gloox`'s dependencies on macOS:
    * `gnutls`
    * `gmp`
    * `nettle`
* `libcurl`
* `libogg`
* `libsodium`
* `miniupnpc` (on macOS only)
* `openAL`
* `openGL`
* `vorbis`
* `zlib`

Please see revision (https://code.wildfiregames.com/D3611) for details.

NOTE: All those building on macOS will need to rebuild their libraries
(`build-osx-libs.sh --force-rebuild`)


Tested by: Langbart (macOS), Freagarach (Ubuntu 18.04), Jenkins CI
(Debian Buster)
Comments by: Stan, wraitii, Freagarach
Differential Revision: https://code.wildfiregames.com/D3611
This was SVN commit r25938.
2021-09-23 16:10:25 +00:00
..
android Actually remove trailing whitespace for non-header files as well. 2016-11-23 13:02:58 +00:00
arclint CodingConventions: Prefer using const on immutable values. 2021-05-17 15:50:16 +00:00
bin Cleanup of NASM. It has been unused for ages (153357f640) and we still have legacy code lines in our premake scripts. We also carry an unused binary for Windows. 2017-01-30 09:19:59 +00:00
coverage Small updates to build scripts, refs #4419. 2016-12-27 09:49:41 +00:00
errorlist # Rewrite of the game's simulation system 2010-01-09 19:20:14 +00:00
jenkins Update build/ dockerfiles & jenkinsfiles 2021-03-28 13:02:06 +00:00
premake Use pkg-config more extensively in build 2021-09-23 16:10:25 +00:00
resources Fix MacOs bundle for Python3 2020-11-28 10:23:06 +00:00
svn_revision Fix lineendings. 2019-07-12 17:40:40 +00:00
workspaces Use pkg-config more extensively in build 2021-09-23 16:10:25 +00:00