diff --git a/Compilling-metamod-r.md b/Compilling-metamod-r.md index 57920ec..8148d53 100644 --- a/Compilling-metamod-r.md +++ b/Compilling-metamod-r.md @@ -1,69 +1,6 @@ ## [![](https://i.imgur.com/ou0wy1S.png)](https://github.com/theAsmodai/metamod-r/wiki/English-version) Back -## Build instructions -### Checking requirements -There are several software requirements for building Metamod-r: +# WIKI IS OUTDATED -#### Windows -
-Visual Studio 2015 (C++14 standard) and later
-
- -#### Linux -
-git >= 1.8.5
-cmake >= 3.10
-GCC >= 4.9.2 (Optional)
-ICC >= 15.0.1 20141023 (Optional)
-LLVM (Clang) >= 6.0 (Optional)
-
- -### Building - -#### Windows -Use `Visual Studio` to build, open `msvc/metamod.sln` and just select from the solution configurations list `Release` or `Debug` - -#### Linux - -* Optional options using `build.sh --compiler=[gcc] --jobs=[N] -D[option]=[ON or OFF]` (without square brackets) - -
--c=|--compiler=[icc|gcc|clang]  - Select preferred C/C++ compiler to build
--j=|--jobs=[N]                  - Specifies the number of jobs (commands) to run simultaneously (For faster building)
-
-Definitions (-D)
-DEBUG                           - Enables debugging mode
-USE_STATIC_LIBSTDC              - Enables static linking library libstdc++
-
- -* ICC
./build.sh --compiler=intel
-* LLVM (Clang)
./build.sh --compiler=clang
-* GCC
./build.sh --compiler=gcc
- -##### Checking build environment (Debian / Ubuntu) - -
-Click to expand - - - -
\ No newline at end of file +> [!CAUTION] +> Docs has been migrated to https://rehlds.dev/docs/metamod-r/ \ No newline at end of file