Skip to content

Commit

Permalink
Update compiling everything, linux section
Browse files Browse the repository at this point in the history
There is some work left to clear up the doc, especially the instructions for bam versions which are under the Windows section.
  • Loading branch information
Dune-jr authored Dec 4, 2018
1 parent 2db6914 commit ad8eb82
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions compiling_everything.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,22 +130,22 @@ Install the XCode tools from apple. Download libsdl from the http://libsdl.org a
#### Getting the source
Run the following commands to download and unzip bam and teeworlds:
**Replace VERSION in teeworlds-VERSION-src.zip with the version you want (probably the latest, 0.6.0)**
**Replace VERSION in teeworlds-VERSION-src.zip with the version you want (probably the latest, 0.7.0)**
Using `wget`:
```
$ wget -qO- http://github.com/downloads/matricks/bam/bam-0.4.0.tar.bz2 | tar xj
$ wget -qO- https://downloads.teeworlds.com/files/teeworlds-VERSION-src.zip | tar xj
$ wget -qO- https://github.com/matricks/bam/archive/v0.5.0.tar.gz | tar xj
$ wget -qO- https://downloads.teeworlds.com/teeworlds/teeworlds-VERSION-src.zip | tar xj
```
Alternatively, using `fetch`:
```
$ fetch http://github.com/downloads/matricks/bam/bam-0.4.0.zip
$ fetch https://github.com/matricks/bam/archive/v0.5.0.tar.gz
$ unzip bam.zip
$ rm bam.zip
$ fetch https://downloads.teeworlds.com/files/teeworlds-VERSION-src.zip
$ fetch https://downloads.teeworlds.com/teeworlds/teeworlds-VERSION-src.zip
$ unzip teeworlds-VERSION-src.zip
$ rm teeworlds-VERSION-src.zip
```
Expand All @@ -167,6 +167,8 @@ $ cd teeworlds-VERSION-src
$ ../bam/bam
```
For 0.7.0 and later, you will find the binaries in the `build` folder.
# Bam parameters
For more advanced options check the [bam documentation](http://matricks.github.io/bam/bam.html#5).
Expand Down

0 comments on commit ad8eb82

Please sign in to comment.