From 8a650c89d4613aed40db14d1f4d722e1d6c8fd19 Mon Sep 17 00:00:00 2001 From: Bruno de Carvalho Date: Fri, 22 Mar 2013 16:57:58 +0000 Subject: [PATCH] Update README to include dependency on Ruby 1.9 Closes #17 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c68811e..05cde55 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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: @@ -78,4 +82,4 @@ Also huge thanks to [Jonas Schnelli](https://github.com/jonasschnelli) for the p ## License -Seriously? ... \ No newline at end of file +Seriously? ...