Skip to content

Commit 8b239fc

Browse files
authored
Merge pull request #155 from bdunne/update_fedora_setup
Ran into a missing dependency when setting up on Fedora 24
2 parents 28478fc + 81c5f41 commit 8b239fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

developer_setup.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
sudo dnf -y install libxml2-devel libxslt-devel patch # For Nokogiri Gem
2222
sudo dnf -y install sqlite-devel # For sqlite3 Gem
2323
sudo dnf -y install nodejs # For ExecJS Gem and bower
24+
sudo dnf -y install gcc-c++ # For unf gem
2425
sudo dnf -y install libcurl-devel # For Curb
2526
rpm -q --whatprovides npm || sudo dnf -y install npm # For CentOS 7, Fedora 23 and older
2627
sudo dnf -y install openssl-devel # For rubygems

0 commit comments

Comments
 (0)