File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
en/documentation/installation Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ for different needs and platforms.
33
33
* [ Gentoo] ( #portage )
34
34
* [ Arch Linux] ( #pacman )
35
35
* [ OS X] ( #homebrew )
36
+ * [ FreeBSD] ( #freebsd )
36
37
* [ Solaris, OpenIndiana] ( #solaris )
37
38
* [ Other Distributions] ( #other-systems )
38
39
* [ Installers] ( #installers )
@@ -134,6 +135,22 @@ $ brew install ruby
134
135
135
136
This should install the latest Ruby version.
136
137
138
+ ### FreeBSD
139
+ {: #freebsd}
140
+
141
+ FreeBSD offers both pre-packaged and source-based methods to install Ruby.
142
+ Prebuilt packages can be installed via the pkg tool:
143
+
144
+ {% highlight sh %}
145
+ $ pkg install ruby
146
+ {% endhighlight %}
147
+
148
+ A source-based method can be used to install Ruby using the
149
+ [ Ports Collection] [ freebsd-ports-collection ] . This is useful if you want
150
+ to customize the build configuration options.
151
+
152
+ More information about Ruby and its surrounding ecosystem on FreeBSD
153
+ can be found on the [ FreeBSD Ruby Project website] [ freebsd-ruby ] .
137
154
138
155
### Ruby on Solaris and OpenIndiana
139
156
{: #solaris}
@@ -294,4 +311,6 @@ though, because the installed Ruby won't be managed by any tools.
294
311
[ openindiana ] : http://openindiana.org/
295
312
[ opensolaris-pkg ] : http://opensolaris.org/os/project/pkg/
296
313
[ gentoo-ruby ] : http://www.gentoo.org/proj/en/prog_lang/ruby/
314
+ [ freebsd-ruby ] : https://wiki.freebsd.org/Ruby
315
+ [ freebsd-ports-collection ] : https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html
297
316
[ homebrew ] : http://brew.sh/
You can’t perform that action at this time.
0 commit comments