Updated build instructions

This commit is contained in:
MathuSum Mut
2018-11-06 23:21:32 +01:00
committed by GitHub
parent fccd57de50
commit fab6b7a8cd

View File

@@ -66,12 +66,24 @@ To view all available options, use `cmake .. -LH` while in the build directory.
### Windows ### Windows
On Windows simply run `setup.bat` in `\mk\windows`.
Follow the Follow the
[instructions](https://github.com/ZetaGlest/zetaglest-source/blob/develop/mk/windows/README.md) [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 ### 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, On Debian, Ubuntu, Fedora, Opensuse and even more Linux distributions,
after you clone the source repository, you may use 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. 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; (These may vary based on your operating system or Linux distribution;
we will attempt to document dependencies in more detail) we will attempt to document dependencies in more detail)