Skip to content
This repository was archived by the owner on Jan 20, 2021. It is now read-only.

Commit a67b323

Browse files
committed
Provide instruction on installing build essentials for gems with C extensions
Closes #59
1 parent c164995 commit a67b323

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ Initial Setup
5656

5757
1. [Install drivers for the USB serial connector](https://github.com/nilbus/pinewood-derby/wiki/USB-serial-driver-installation)
5858
1. Install [Ruby >= 2.0.0](https://www.ruby-lang.org/en/downloads), [bundler](http://bundler.io), and [node.js][http://nodejs.org].
59+
1. Install build tools for your operating system:
60+
a. **Mac OSX**: Install the _Xcode command line tools_
61+
b. **Ubuntu/Debian Linux**: `sudo apt-get install build-essential`
62+
c. **Fedora/CentOS/RedHat Linux**: `yum groupinstall "Development Tools"`
5963
1. Install the required ruby dependencies
6064

6165
bundle install

0 commit comments

Comments
 (0)