Slide 1

Slide 1 text

Build Ruby from RubyKaigi 2025 Yuto Urushima(@alstrocrack)

Slide 2

Slide 2 text

Backend Engineer Major at university: Architecture Self-introduction Yuto Urushima @alstrocrack

Slide 3

Slide 3 text

No content

Slide 4

Slide 4 text

Did you build Ruby source without rbenv?

Slide 5

Slide 5 text

Did you build Ruby source without rbenv? or any other tools like rbnev(e.g. RVM, ruby-install)

Slide 6

Slide 6 text

Y ou have to understand how Ruby source is built. because you’re an engineer.

Slide 7

Slide 7 text

Surprisingly, however, there is no reference in the world on how to build Ruby source. Maybe I'm just not very good at Google myself.

Slide 8

Slide 8 text

No content

Slide 9

Slide 9 text

No content

Slide 10

Slide 10 text

$ tar $ autogen.sh $ git clone $ configure $ configure $ make && make install $ make && make install tarball Git Icons have been designed using resources from Flaticon.com Makefile Makefile configure

Slide 11

Slide 11 text

Let's build the Ruby source now!

Slide 12

Slide 12 text

References o Installing RubQ o https://www.ruby-lang.org/ja/documentation/installationI o Building RubQ o https://github.com/ruby/ruby/blob/master/doc/contributing/building_ruby.m‡ o configure, make, make install とは何" o https://qiita.com/chihiro/items/f270744d7e09c58a50a5?utm_source=pocket_shared

Slide 13

Slide 13 text

Thank you !