Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Adds required prerequisites needed for building on Solus #13004

Merged
merged 2 commits into from
Mar 2, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ dnf install rpm-build
dnf group install "Development Tools" "C Development Tools and Libraries"
````

#### On Solus

````
sudo eopkg install -c system.devel
sudo eopkg install gconf
````


### Installation

After installing the prerequisites:
Expand Down