You are not logged in.
Download and unpack the source package
a) Download the source package from github:
$ git clone https://github.com/goatattack/goatattack.git
$ cd goatattack
b) Or get the release source package from github (eg. the version 0.4.3):
$ mkdir goatattack && cd goatattack
$ wget https://github.com/goatattack/goatattack/archive/0.4.3.tar.gz
$ tar -xf 0.4.3.tar.gz
$ cd goatattack-0.4.3
Install all compilers and libraries
The dedicated server only needs the libPNG. Install all compilers and required dependencies:
$ sudo apt-get install build-essential libpng12-dev
Configuring your package and compile
Now configure your Goat Attack with the configure script.
$ ./configure --enable-dedicated-server
If the configure script runs without any errors, the build can be started. Replace the 6 with the number of CPU cores.
$ make -j6
Installation
a) Now install the package:
$ sudo make install
b) Or, if you want the executables stripped:
$ sudo make install-strip
Running and locations
Run Goat Attack with:
$ goatattack configfile.conf
Here you can find informations about the configuration files of a dedicated server.
Offline