-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Har uppstått på senare tid, fungerade 2019-01-07, se https://starkast.wiki/ruby/15
Detta innehåll
## Bygga
<pre>
git clone git@github.com:ruby/ruby.git
cd ruby
mkdir ~/.rubies/ruby-trunk
./configure --prefix=$HOME/.rubies/ruby-trunk --with-openssl --with-opt-dir="$(brew --prefix openssl):$(brew --prefix readline):$(brew --prefix libyaml):$(brew --prefix gdbm)" && make && make update-gems && make extract-gems && make install
</pre>
## Se hur Ruby är byggt
<pre>
ruby -r rbconfig -e 'puts RbConfig::CONFIG["configure_args"]'
</pre>
## Historik i `irb`
<pre>
$ cat ~/.irbrc
IRB.conf[:SAVE_HISTORY] = 1000
</pre>
blir (https://starkast.wiki/ruby/16)
<h2>Bygga</h2>
<!-- raw HTML omitted -->
<h2>Se hur Ruby är byggt</h2>
<!-- raw HTML omitted -->
<h2>Historik i <code>irb</code>
</h2>
<!-- raw HTML omitted -->
Reactions are currently unavailable