Updated Building for Linux (markdown)

Weiyi Wang 2018-03-17 13:25:36 +02:00
parent 93e82cace6
commit 14b5d47a53

@ -26,6 +26,7 @@ You'll need to download and install the following to build Citra:
* Curl
- Deb: `apt-get install libcurl4-openssl-dev`
- Arch `pacman -S libcurl-compat`
* Note on Boost library: you don't need to install Boost library on your system, because citra provides a bundled trimmed Boost library. However, if you already have Boost library installed on your system, please make sure its version is at least 1.66 (which contains a bug fix for GCC 7), otherwise compilation would fail.
### Cloning Citra in Git: