mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2025-02-10 22:08:47 +03:00
Update README.md (Cosmetic changes)
This commit is contained in:
parent
271a49f8ca
commit
f57f3d7bb9
36
README.md
36
README.md
@ -129,41 +129,29 @@ Use `Visual Studio` to build, open `msvc/ReGameDLL.sln` and just select from the
|
|||||||
|
|
||||||
#### Linux
|
#### Linux
|
||||||
|
|
||||||
* Optional options using `build.sh --compiler=[gcc] --jobs=[4]` (without square brackets)
|
* Optional options using `build.sh --compiler=[gcc] --jobs=[N] -D[option]=[ON or OFF]` (without square brackets)
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
-c=|--compiler=[icc|gcc|clang] - Select preferred C/C++ compiler to build
|
-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)
|
-j=|--jobs=[N] - Specifies the number of jobs (commands) to run simultaneously (For faster building)
|
||||||
</pre>
|
|
||||||
|
|
||||||
* Optional definitions using `build.sh -D[option]=[ON or OFF]` (without square brackets)
|
<sub>Definitions (-D)</sub>
|
||||||
<pre>
|
|
||||||
DEBUG - Enables debugging mode
|
DEBUG - Enables debugging mode
|
||||||
USE_STATIC_LIBSTDC - Enables static linking library libstdc++
|
USE_STATIC_LIBSTDC - Enables static linking library libstdc++
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<ul>
|
* ICC <pre>./build.sh --compiler=intel</pre>
|
||||||
<li>
|
* LLVM (Clang) <pre>./build.sh --compiler=clang</pre>
|
||||||
ICC:
|
* GCC <pre>./build.sh --compiler=gcc</pre>
|
||||||
<pre>./build.sh --compiler=intel</pre>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li>
|
|
||||||
LLVM (Clang):
|
|
||||||
<pre>./build.sh --compiler=clang</pre>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li>
|
|
||||||
GCC:
|
|
||||||
<pre>./build.sh --compiler=gcc</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
##### Checking build environment (Debian / Ubuntu)
|
##### Checking build environment (Debian / Ubuntu)
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Click to expand</summary>
|
<summary>Click to expand</summary>
|
||||||
|
|
||||||
* Installing required packages
|
<ul>
|
||||||
|
<li>
|
||||||
|
Installing required packages
|
||||||
<pre>
|
<pre>
|
||||||
sudo dpkg --add-architecture i386
|
sudo dpkg --add-architecture i386
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
@ -171,12 +159,16 @@ sudo apt-get install -y gcc-multilib g++-multilib
|
|||||||
sudo apt-get install -y build-essential
|
sudo apt-get install -y build-essential
|
||||||
sudo apt-get install -y libc6-dev libc6-dev-i386
|
sudo apt-get install -y libc6-dev libc6-dev-i386
|
||||||
</pre>
|
</pre>
|
||||||
|
</li>
|
||||||
|
|
||||||
* Select the preferred C/C++ Compiler installation
|
<li>
|
||||||
|
Select the preferred C/C++ Compiler installation
|
||||||
<pre>
|
<pre>
|
||||||
1) sudo apt-get install -y gcc g++
|
1) sudo apt-get install -y gcc g++
|
||||||
2) sudo apt-get install -y clang
|
2) sudo apt-get install -y clang
|
||||||
</pre>
|
</pre>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user