Updated README

This commit is contained in:
L 2023-02-07 20:55:37 +01:00
parent bf02aee57d
commit d40d4e8d79

View file

@ -51,16 +51,18 @@ You can now start a local OpenMOHAA server or play on a server.
## Compiling
These are the tools required for all platforms :
- CMake
- Flex and Bison
- Clang (at least version 11)
At least a C++17 compiler is required, clang is preferred over GCC.
- CMake >= 3.12
- Flex and Bison (currently not used)
The installation directory can be set to MOHAA directory.
### Linux
These are the tools required on Unix :
- Clang or GCC
A C++11 compiler is required. At least **clang-7** or **gcc-7** should work (tested on Ubuntu 20.04).
1 line install command with latest clang version : `sudo apt-get install -y ninja-build cmake make clang-15 lld-15 flex bison`
### Windows