Merge pull request #700 from fantoro/patch-1

Update README.md
This commit is contained in:
YVT 2018-01-01 17:10:07 +09:00 committed by GitHub
commit d45678b3c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,18 +28,6 @@ sudo snap install openspades
Once installed, you'll be able to launch OpenSpades from inside the desktop menu or from your terminal with the `openspades` command.
#### PPA
On Ubuntu-based systems, you can add the OpenSpades PPA with:
```bash
sudo apt-add-repository ppa:fantoro/openspades
sudo apt update
sudo apt install openspades
```
Once installed, you'll be able to launch OpenSpades from inside the desktop menu or from your terminal with the `openspades` command.
#### Building and installing from source
GCC 4.9 / Clang 3.2 or later is recommended because OpenSpades relies on C++11 features heavily.