wiki entry for rbenv added
This commit is contained in:
25
vim/wiki_html/rbenv.html
Normal file
25
vim/wiki_html/rbenv.html
Normal 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>
|
||||
Reference in New Issue
Block a user