Skip to content

Commit

Permalink
Merge pull request brave#13004 from Jacalz/build-from-source-on-solus
Browse files Browse the repository at this point in the history
Adds required prerequisites needed for building on Solus
  • Loading branch information
bsclifton authored Mar 2, 2018
2 parents 7c2cf6d + bf2e631 commit 33a6d16
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,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

0 comments on commit 33a6d16

Please sign in to comment.