From 772edf0a6de05e5161987ca990f5237ba744fc0e Mon Sep 17 00:00:00 2001 From: John Lees-Miller Date: Fri, 26 Aug 2011 17:57:38 +0100 Subject: [PATCH] added a link to rake-compiler --- c-extensions.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/c-extensions.md b/c-extensions.md index 2a0e9d1e..6c39f108 100644 --- a/c-extensions.md +++ b/c-extensions.md @@ -298,6 +298,11 @@ If the C source and `extconf.rb` build script have not changed, then running The code for this tutorial is [available on github](https://github.com/jdleesmiller/hola). +A good alternative to writing your own Rakefile like the one above is to use the +[rake compiler](https://github.com/luislavena/rake-compiler), which does the +same stuff -- and much more -- out of the box. It also lets you more easily +target multiple platforms and interpreters. + Advice ======