Update building.md

This commit is contained in:
Puyo 2021-05-11 22:41:40 +02:00 committed by GitHub
parent 73a09f9df2
commit 4e14764cc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,8 @@ Since you already installed `git` in a previous step, we'll use it to clone the
2. `git clone https://github.com/KadeDev/Kade-Engine.git` 2. `git clone https://github.com/KadeDev/Kade-Engine.git`
3. `cd` into the source code: `cd Kade-Engine` 3. `cd` into the source code: `cd Kade-Engine`
4. (optional) If you want to build a specific version of Kade Engine, you can use `git checkout` to switch to it (i.e. `git checkout 1.4-KE`) (remember that versions 1.4 and older cannot build to Linux or HTML5) 4. (optional) If you want to build a specific version of Kade Engine, you can use `git checkout` to switch to it (i.e. `git checkout 1.4-KE`) (remember that versions 1.4 and older cannot build to Linux or HTML5)
- You should **not** do this if you are planning to contribute, as you should always be developing on the latest version. - You should **not** do this if you are planning to contribute, as you should always be developing on the latest version.
## Building ## Building
Finally, we are ready to build. Finally, we are ready to build.