[cairo-commit] [cairo-www] src/rcairo.mdwn
Carl Worth
cworth at freedesktop.org
Sun Dec 13 17:29:25 PST 2009
src/rcairo.mdwn | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)
New commits:
commit a95306b7c2a6930a269d7edbcfc9726c87105e4f
Author: kou+cairo <kou+cairo at web>
Date: Sun Dec 13 17:29:24 2009 -0800
1.8.0 -> 1.8.1.
diff --git a/src/rcairo.mdwn b/src/rcairo.mdwn
index 60fc288..1d3b675 100644
--- a/src/rcairo.mdwn
+++ b/src/rcairo.mdwn
@@ -3,9 +3,23 @@
Ruby bindings for cairo are available in the cairo CVS, module
[rcairo](http://webcvs.cairographics.org/rcairo).
-# Download
+# Install: RubyGems
-The latest version is [rcairo-1.8.0](http://cairographics.org/releases/rcairo-1.8.0.tar.gz) ([gem](http://rubyforge.org/frs/?group_id=3443))
+For RubyGems users:
+
+ % sudo gem install cairo
+
+# Install: tar.gz
+
+For non-RubyGems users.
+
+The latest version is [rcairo-1.8.1](http://cairographics.org/releases/rcairo-1.8.1.tar.gz)
+
+ % tar xvzf rcairo-X.X.X.tar.gz
+ % cd rcairo-X.X.X
+ % ruby extconf.rb
+ % make
+ % sudo make install
# Documentation
More information about the cairo-commit
mailing list