README.rdoc in rake-builder-0.0.14 vs README.rdoc in rake-builder-0.0.15
- old
+ new
@@ -13,10 +13,16 @@
builder.target = 'my_program'
builder.source_search_paths = [ 'src' ]
builder.header_search_paths = [ 'include' ]
end
+= Dependencies
+
+* makedepend
+** linux: package 'xutils-dev'
+** OS X: already installed
+
= Installation
$ sudo gem install rake-builder
= Hello World! Example
@@ -55,9 +61,10 @@
The file should be a YAML structure, and must include a version.
Currently, the following can be configured:
* extra include paths: :include_paths
+* extra compilation options (e.g. defines): :compilation_options
=== Example '.rake-builder'
---
:rake_builder: