From 490c49987b93529f0b082a40ef76bd0b2234af57 Mon Sep 17 00:00:00 2001 From: MathuSum Mut Date: Wed, 7 Nov 2018 07:25:22 +0100 Subject: [PATCH] Fixed build instructions --- BUILD.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/BUILD.md b/BUILD.md index 3e6213bf8..252d9e123 100644 --- a/BUILD.md +++ b/BUILD.md @@ -74,7 +74,7 @@ Then run the following command to start the game: zetaglest/mk/linux/build/zetaglest -To update and rebuild the game, simply run `sudo zetaglest/mk/linux/setup.sh`, as it performs a `git pull` as part of the process. +To update and rebuild the game, simply rerun `sudo zetaglest/mk/linux/setup.sh`, as it performs a `git pull` as part of the process. #### For a more thorough approach: @@ -82,7 +82,7 @@ On Debian, Ubuntu, Fedora, Opensuse and even more Linux distributions, after you clone the source repository, you may use cd mk/linux - sudo ./setupBuildDeps.sh + sudo ./build-deps.sh which will run your package manager and attempt to install the needed packages. @@ -123,10 +123,6 @@ You can install the dependencies using `pacman`: `pacman -S curl ftgl glew glu icu libgl libircclient libvorbis libx11 lua51 miniupnpc openal sdl2 wxgtk3 xerces-c cmake ftjam git mesa` -### Other (add sections) - -(Add other specific operating systems) - ## Installing Now that you have the source code and the dependencies, you can either @@ -185,5 +181,3 @@ If you want to completely erase your previously-used options, remove If your build doesn't seem to be using the options you gave it, first try removing CMakeCache.txt and rebuilding. - -### Other (add sections)