Thomas Buck 10 роки тому
джерело
коміт
744b437f91
2 змінених файлів з 20 додано та 2 видалено
  1. 2
    0
      .gitignore
  2. 18
    2
      README.md

+ 2
- 0
.gitignore Переглянути файл

@@ -1 +1,3 @@
1 1
 .DS_Store
2
+bin
3
+depend

+ 18
- 2
README.md Переглянути файл

@@ -4,6 +4,22 @@
4 4
 
5 5
 This project aims to get OpenRaider running in a modern Unix.
6 6
 
7
+## Dependencies
8
+
9
++ Linux 2.4.16 SMP kernel (Debian distrobution)
10
++ GCC 2.95.2 compiler and supporting development packages
11
++ X11 4.1.0 with X11 development package
12
++ OpenGL 1.2 core and utils development packages
13
++ SDL 1.2.1 development package
14
++ OpenAL 0.0.6 development package
15
++ libz 1.1.3 development package
16
+
17
+On Mac OS X 10.9 with [XCode](https://developer.apple.com/xcode/) and [MacPorts](http://www.macports.org) installed, the following should be enough:
18
+
19
+    sudo port install libsdl libsdl_ttf
20
+
21
+You will also need an installed [X11 Server](http://xquartz.macosforge.org/trac)!
22
+
7 23
 ## License
8 24
 
9 25
 OpenRaider is based on code, specs, and alogrithms from:
@@ -12,6 +28,6 @@ OpenRaider is based on code, specs, and alogrithms from:
12 28
 + TR Rosetta Stone spec sheet by Anonymous
13 29
 + TRView 1.0.0 by Yuri Zhivago, with patches by Mongoose
14 30
 
15
- All code should be GPLed, unless otherwise noted.
31
+All code should be GPLed, unless otherwise noted.
16 32
 
17
- Housekeeping by xythobuz.
33
+Housekeeping by xythobuz.

Завантаження…
Відмінити
Зберегти