Merge pull request #122 from learn-more/master
some people should not be allowed to use a pc.
This commit is contained in:
commit
0b3035b0e0
12
README.md
12
README.md
@ -18,16 +18,12 @@ Installation
|
||||
1. *On Debian-derived distributions*: ```sudo apt-get install pkg-config libfltk1.3-dev
|
||||
libglew-dev libcurl3-openssl-dev``` (because of a bug in some distributions, you might also
|
||||
have to install more packages by ```sudo apt-get install libjpeg-dev libxinerama-dev libxft-dev```)
|
||||
2. Download & install SDL2
|
||||
```tar xvf SDL2-2.0.1.tar.gz
|
||||
cd SDL2-2.0.1/
|
||||
./configure
|
||||
make
|
||||
sudo make install```
|
||||
3. ```mkdir openspades.mk && cd openspades.mk && cmake .. && make OpenSpades```
|
||||
2. Download & install SDL2 ```tar xvf SDL2-2.0.1.tar.gz && cd SDL2-2.0.1/ && ./configure && make && sudo make install```
|
||||
3. For the people that do not understand it, this is the part where you cd to your openspades directory...
|
||||
```mkdir openspades.mk && cd openspades.mk && cmake .. && make OpenSpades```
|
||||
4. ~~```sudo make install```~~
|
||||
-- note: the make install seems broken atm (it puts all files in /urs/local/bin)
|
||||
some linux guru / expert (or really, just anyone that used it more than once) should either fix the
|
||||
some linux guru / expert (or really, just anyone that used linux more than once) should either fix the
|
||||
cmake script, or explain to someone how the build should be installed (what files go where)
|
||||
5. Download windows binary of OpenSpades from
|
||||
https://sites.google.com/a/yvt.jp/openspades/downloads, extract it, and copy the .pak files
|
||||
|
Loading…
x
Reference in New Issue
Block a user