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

25
vim/wiki_html/rbenv.html Normal file
View File

@@ -0,0 +1,25 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link rel="Stylesheet" type="text/css" href="style.css">
<title>rbenv</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<h1 id="toc_1">rbenv</h1>
<p>
Ruby 1.9.3 mit einem andren Compiler installieren
</p>
<pre class="brush: bash; ; toolbar: false;">
$ env CC=/usr/local/Cellar/gcc46/4.6.4/bin/gcc-4.6 rbenv install 1.9.3-p547
</pre>
<p>
[ <a href="index.html">Go home</a> ]
</p>
</body>
</html>