Starkast / wikimum

:sparkles: Starkast wiki
https://starkast.wiki/
MIT License
4 stars 1 forks source link

"raw HTML omitted" #144

Open dentarg opened 4 years ago

dentarg commented 4 years ago

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 -->
dentarg commented 4 years ago

GitHub tillåter <pre>:

test