26 lines
562 B
HTML
26 lines
562 B
HTML
<!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>
|