Skip to content
mastergreg edited this page Nov 1, 2011 · 1 revision

Windows

For Windows i have included precompiled binaries for 32 bit architexture including all the required dlls.

  1. Simply download the zip archive from here.
  2. Extract it to the folder of your liking and run PewPew.exe

Linux

In Linux you have to compile from source.

  1. Install g++ git-core make freeglut3-dev and libalut-dev packages through your distribution's package manager.
  2. Launch a console
  3. Clone the repo by running git clone git://github.com/mastergreg/pewpew.git
  4. Run cd pewpew && make
  5. Run ./pewpew

Clone this wiki locally