mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Updated README
This commit is contained in:
parent
bf02aee57d
commit
d40d4e8d79
1 changed files with 7 additions and 5 deletions
12
README.md
12
README.md
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue