wiki entry for rbenv added

This commit is contained in:
2014-10-20 08:59:05 +02:00
parent 1d3e04eb7a
commit 540d8019e1
5 changed files with 39 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
=rbenv=
Ruby 1.9.3 mit einem andren Compiler installieren
{{{class="brush: bash; ; toolbar: false;"
$ env CC=/usr/local/Cellar/gcc46/4.6.4/bin/gcc-4.6 rbenv install 1.9.3-p547
}}}
[ [[index|Go home]] ]