Skip to content

Commit

Permalink
added a link to rake-compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
jdleesmiller committed Aug 26, 2011
1 parent 6810080 commit 772edf0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions c-extensions.md
Expand Up @@ -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 The code for this tutorial is [available on
github](https://github.com/jdleesmiller/hola). 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 Advice
====== ======


Expand Down

0 comments on commit 772edf0

Please sign in to comment.