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

Commit

Permalink
Provide instruction on installing build essentials for gems with C ex…
Browse files Browse the repository at this point in the history
…tensions

Closes #59
  • Loading branch information
nilbus committed Feb 11, 2015
1 parent c164995 commit a67b323
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ Initial Setup

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

bundle install
Expand Down

0 comments on commit a67b323

Please sign in to comment.