Update README.md

Update OpenSuSE Leap 15.0 dependency instructions (#122)
This commit is contained in:
abraunegg 2018-08-17 05:13:56 +10:00 committed by GitHub
parent b8fea961a4
commit 4a1ed426fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,11 +93,10 @@ sudo layman -a dlang
Add ebuild from contrib/gentoo to a local overlay to use.
```
### Dependencies: openSUSE Leap 15.0
### Dependencies: OpenSuSE Leap 15.0
```
wget http://downloads.dlang.org/releases/2.x/2.081.1/dmd-2.081.1-0.openSUSE.x86_64.rpm
sudo zypper install ./dmd-2.081.1-0.openSUSE.x86_64.rpm
sudo zypper install git libcurl-devel sqlite3-devel
sudo zypper addrepo --check --refresh --name "D" http://download.opensuse.org/repositories/devel:/languages:/D/openSUSE_Leap_15.0/devel:languages:D.repo
sudo zypper install git libcurl-devel sqlite3-devel D:dmd D:libphobos2-0_81 D:phobos-devel D:phobos-devel-static
```
## Compilation & Installation