We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28478fc + 81c5f41 commit 8b239fcCopy full SHA for 8b239fc
developer_setup.md
@@ -21,6 +21,7 @@
21
sudo dnf -y install libxml2-devel libxslt-devel patch # For Nokogiri Gem
22
sudo dnf -y install sqlite-devel # For sqlite3 Gem
23
sudo dnf -y install nodejs # For ExecJS Gem and bower
24
+ sudo dnf -y install gcc-c++ # For unf gem
25
sudo dnf -y install libcurl-devel # For Curb
26
rpm -q --whatprovides npm || sudo dnf -y install npm # For CentOS 7, Fedora 23 and older
27
sudo dnf -y install openssl-devel # For rubygems
0 commit comments