MP2E
Junior Member
Posts: 167
Registered: 09-07 |
Linux version can be built easily, to do this, perform the following:
1) Install SDL, SDL_net, fluidsynth, libpng, cmake, and git. Make sure you install the development versions of the first 4 libraries mentioned and build-essential if you are on Debian or Ubuntu.
2) Open up a terminal, go to a directory that you want to contain both the wadgen and doom64ex source codes and get the source with the following commands:
git clone git://github.com/MP2E/kexplus.git
git clone git://github.com/MP2E/Wadgen.git
3) Change to both directories, one at a time and type "mkdir build; cd build; cmake -DCMAKE_BUILD_TYPE=Release ..; make"
4) Copy the Content in Wadgen, the wadgen executable and the doom64ex executable into the same folder. Use wadgen with ./wadgen ~/path/to/Doom64.n64(v64 or z64 work too).
5) Run Doom64EX
Let me know if you have any issues. x86, x86_64, and reportedly ARM all work.
|