Difference between revisions of "User:Shiver/Balance Mod/Installation"
m (add sudo) |
|||
Line 16: | Line 16: | ||
==Debian, Ubuntu and derivatives== | ==Debian, Ubuntu and derivatives== | ||
− | + | Binary DEB packages for Debian stable, as well as current (and LTS) Ubuntu are available [http://plantmonster.homeip.net/~oldlaptop/uqm-packages/deb/uf/ here] on i386 and amd64; download the binary for your distribution and install with: | |
+ | sudo dpkg -i <package name> | ||
+ | |||
+ | Users of other versions, distributions, or architecures can build DEBs from source using the instructions [http://plantmonster.homeip.net/~oldlaptop/uqm-packages/deb/uf/compiling-help here]. | ||
==Everything Else== | ==Everything Else== | ||
Here is the [http://wiki.uqm.stack.nl/script/images/f/fb/Uqm-improved-netmelee-src.zip source code] and the [http://wiki.uqm.stack.nl/script/images/6/69/Improved-netmelee-effects.zip effects package]. Compiling the game on Linux and Linux-like systems should be identical to compiling the original UQM code: Install the required dependencies and run ./build.sh uqm | Here is the [http://wiki.uqm.stack.nl/script/images/f/fb/Uqm-improved-netmelee-src.zip source code] and the [http://wiki.uqm.stack.nl/script/images/6/69/Improved-netmelee-effects.zip effects package]. Compiling the game on Linux and Linux-like systems should be identical to compiling the original UQM code: Install the required dependencies and run ./build.sh uqm |
Revision as of 01:32, 6 August 2013
The most recent build is v2.07, which is compatible with UQM v0.7.0.
Windows
Download the Windows files and extract them into UQM's main directory.
Download the effects package and place it to UQM\content\addons. Do not extract this zip.
Run uqm-improved-netmelee.exe to play.
Mac
We are looking for someone to build the Balance Mod on OS X. Please submit your binary to Github for review.
Debian, Ubuntu and derivatives
Binary DEB packages for Debian stable, as well as current (and LTS) Ubuntu are available here on i386 and amd64; download the binary for your distribution and install with:
sudo dpkg -i <package name>
Users of other versions, distributions, or architecures can build DEBs from source using the instructions here.
Everything Else
Here is the source code and the effects package. Compiling the game on Linux and Linux-like systems should be identical to compiling the original UQM code: Install the required dependencies and run ./build.sh uqm