Skip to content

Commit

Permalink
updates to fedora instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
caldwellc committed Mar 17, 2022
1 parent 6d5fc24 commit 9f4cd90
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

### Linux - Ubuntu
* Install Git, Pip, Build tools, and Canvas dependencies
* sudo apt-get upgrade
* sudo apt-get install pip git build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev build-essential g++
* Install Node Version Manager
* curl o https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
Expand All @@ -33,12 +34,14 @@
* Install Yarn
* npm install yarn -g

### Linux - Fedora
### Linux - Fedora 28 Workstation
* Install dependencies
* sudo dnf install git-all
* sudo yum upgrade
* sudo yum install git-all
* sudo yum install cairo-devel
* sudo yum install gcc gcc-c++
* sudo dnf groupinstall "Development Tools" "Development Libraries" --skip-broken
* sudo yum groupinstall "Development Tools" "Development Libraries"
* sudo yum install rpm-build
* Configure GIT
* git config --global url."https://github.com/".insteadOf git://github.com/
* Install Node Version Manager
Expand Down

0 comments on commit 9f4cd90

Please sign in to comment.