From fab6b7a8cdeac80e6f998bb16bfec6949a1e1788 Mon Sep 17 00:00:00 2001 From: MathuSum Mut Date: Tue, 6 Nov 2018 23:21:32 +0100 Subject: [PATCH] Updated build instructions --- BUILD.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/BUILD.md b/BUILD.md index 0c4b81303..11ed56f77 100644 --- a/BUILD.md +++ b/BUILD.md @@ -66,12 +66,24 @@ To view all available options, use `cmake .. -LH` while in the build directory. ### Windows +On Windows simply run `setup.bat` in `\mk\windows`. + Follow the [instructions](https://github.com/ZetaGlest/zetaglest-source/blob/develop/mk/windows/README.md) -listed in the `Windows` directory. +listed in the `Windows` directory for further information. ### Linux +To get the game up and running quickly, use the following command: + + git clone https://github.com/ZetaGlest/zetaglest-source.git zetaglest && sudo zetaglest/mk/linux/setup.sh + +Then run the following command to start the game: + + zetaglest/mk/linux/build/zetaglest + +# For a more thorough approach: + On Debian, Ubuntu, Fedora, Opensuse and even more Linux distributions, after you clone the source repository, you may use @@ -80,8 +92,6 @@ after you clone the source repository, you may use which will run your package manager and attempt to install the needed packages. -On Windows simply run `setup.bat` in `\mk\windows`. - (These may vary based on your operating system or Linux distribution; we will attempt to document dependencies in more detail)