Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Commit

Permalink
Adds getting started docs for OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
anthgur committed Mar 26, 2018
1 parent 0ff4db7 commit 94b987a
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,31 @@
Rust bindings to SpiderMonkey

[Documentation](http://doc.servo.org/mozjs/)

## Setting up your environment

### Rust

This project requires Rust nightly-2018-03-25 or greater.
For installation of the Rust toolchain see [`https://rustup.rs/`](https://rustup.rs/).

### Other dependencies

#### macOS
#### On macOS (Homebrew)

```sh
brew install automake pkg-config python2 cmake
```

## Building the project

```sh
cargo build
```

## Testing the project

```sh
cargo test
```

0 comments on commit 94b987a

Please sign in to comment.