Update README.md

* Add openSUSE Leap 15.0 build dependency details
This commit is contained in:
abraunegg 2018-08-11 06:37:28 +10:00 committed by GitHub
parent 0f96aef81f
commit bedba08579
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,7 +89,13 @@ sudo emerge app-portage/layman
sudo layman -a dlang
Add ebuild from contrib/gentoo to a local overlay to use.
```
### 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
```
## Compilation & Installation