mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-18 10:02:12 +00:00
Merge pull request #790 from devnexen/haiku_update_8
Haiku doc update, little code style fixes.
This commit is contained in:
commit
0107b17764
3 changed files with 8 additions and 6 deletions
|
@ -162,6 +162,7 @@ else()
|
|||
list(APPEND yquake2LinkerFlags "-rdynamic")
|
||||
else()
|
||||
list(APPEND yquake2LinkerFlags "-lnetwork")
|
||||
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
|
||||
endif()
|
||||
if (${CMAKE_SYSTEM_NAME} MATCHES "SunOS")
|
||||
list(APPEND yquake2LinkerFlags "-lsocket -lnsl")
|
||||
|
|
|
@ -288,6 +288,7 @@ The build dependencies can be installed with:
|
|||
* On NetBSD: `pkgin install gmake SDL2 openal-soft curl`
|
||||
* On OpenBSD: `pkg_add gmake sdl2 openal curl`
|
||||
* On Solaris/Illumos: `pkg install sdl2 openal curl`
|
||||
* On Haiku: `pkgman libsdl2_devel openal_devel curl_devel`
|
||||
* On MacOS the dependencies can be installed with Homebrew (from
|
||||
https://brew.sh): `brew install sdl2 openal-soft`
|
||||
|
||||
|
@ -299,7 +300,7 @@ Debian or FreeBSD packages.
|
|||
|
||||
Download the latest release from https://www.yamagi.org/quake2 or clone
|
||||
the source from https://github.com/yquake2/yquake2.git, change into the
|
||||
*yquake2/* source directory and type *make* (Linux, MacOS and Windows)
|
||||
*yquake2/* source directory and type *make* (Linux, MacOS, Haiku and Windows)
|
||||
or *gmake* (FreeBSD, NetBSD, OpenBSD). Note on Solaris systems, *make*
|
||||
or *gmake* can be used, the latter provides in addition parallel build.
|
||||
After the build finished, copy everything from the *release/* directory
|
||||
|
|
Loading…
Reference in a new issue