📝 add README_zh.md(haven't finished translation).
This commit is contained in:
parent
e27f773749
commit
bb84c6d143
20
README.md
20
README.md
|
@ -8,10 +8,12 @@
|
|||
\_\ \/ \__,_|___/\__,_|_|
|
||||
```
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
[](./LICENSE)
|
||||
|
||||
> This document is also available in: [__中文__](./doc/README_zh.md) | [__English__](./README.md)
|
||||
|
||||
## __Contents__
|
||||
|
||||
|
@ -107,24 +109,26 @@ this interpreter a useful tool in your own projects (such as a script in a game
|
|||
|
||||
## __How to Compile__
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
Better choose the latest update of the interpreter.
|
||||
Download the source and build it! It's quite easy to build this interpreter.
|
||||
|
||||
__CAUTION__: If want to use the release zip/tar.gz file to build the interpreter, please read the [__Release Notes__](#release-notes) below to make sure this release file has no fatal bugs. There are some tips to fix the release manually.
|
||||
|
||||
[](https://www.mingw-w64.org/)
|
||||
[](https://www.mingw-w64.org/ "PLEASE USE MINGW ON WINDOWS!")
|
||||
|
||||
__PLEASE USE MINGW ON WINDOWS!__
|
||||
|
||||

|
||||

|
||||
|
||||
Use g++ on __`Windows`__(`MinGW-w64`) platform. Download MinGW-w64 [__HERE__](https://www.mingw-w64.org/downloads/). (otherwise don't blame me for not reminding YOU 👿 )
|
||||
|
||||
> g++ -std=c++11 -O3 main.cpp -o nasal.exe -fno-exceptions -static
|
||||
|
||||

|
||||

|
||||
|
||||
Or use g++/clang++ on __`linux/macOS/Unix`__ platform.
|
||||
|
||||
> [cpp compiler] -std=c++11 -O3 main.cpp -o nasal -fno-exceptions -ldl
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue