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

Commit

Permalink
Update README to include dependency on Ruby 1.9
Browse files Browse the repository at this point in the history
Closes #17
  • Loading branch information
biasedbit committed Mar 22, 2013
1 parent cde6c9b commit 8a650c8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -11,6 +11,9 @@ Curl version `7.27.0` and above now supports native (Darwin) SSL so the other al

To list all possible options and flags, run `./build_curl --help`.

> **NOTE:**
> These scripts require Ruby 1.9. Check out the `ruby1.8` branch if you're still running 1.8.

## Default configuration

Expand Down Expand Up @@ -61,6 +64,7 @@ After you've compiled the project, all you need to do is include one of the gene

When you add the files to the Xcode project, Xcode will automatically add the library files to the link build stage, i.e. you just need to add the `*.a` and `*.h` files to your project and it'll all work.


### Required frameworks

You need to add the following frameworks:
Expand All @@ -78,4 +82,4 @@ Also huge thanks to [Jonas Schnelli](https://github.com/jonasschnelli) for the p

## License

Seriously? ...
Seriously? ...

0 comments on commit 8a650c8

Please sign in to comment.