Skip to content

Commit d62996f

Browse files
committed
Meta: Update README to be Serenity oriented
1 parent b0d6347 commit d62996f

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

README.md

+3-16
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,7 @@ TODO:
2626
Building and installation
2727
-------------------------
2828

29-
To build **Quake2 SDL** install SDL2, OpenGL and jpeg libraries, then
30-
run the following commands:
31-
````
32-
mkdir build
33-
cd build
34-
cmake ..
35-
make
36-
make install
37-
````
29+
Build like a regular Serenity Port.
30+
In the `quake2` port directory, run `./package.sh`.
3831

39-
You can pass `-DWITH_QMAX=ON` option to cmake to build an improved
40-
OpenGL renderer or `-DWITH_RETEX=ON` to allow retexture packs. You
41-
will need to download these packs from
42-
[icculus](http://offload1.icculus.org/quake2/files/) site (download
43-
`.pak` files). You will also need `pak0.pak` from the original
44-
game. Place these files where `game.so` is installed or to
45-
`/install/prefix/share/quake2/baseq2`.
32+
You'll then need to source the QuakeII demo pak file yourself. iD's FTP is offline, however you can find the demo in a few places. Once you've downloaded the demo, move the `pak0.pak` file to `/home/anon/.quake2/baseq2/` and run `quake2` from the command line.

0 commit comments

Comments
 (0)