File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
ko/documentation/installation Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ Windows 10을 사용 중이라면 [Windows Subsystem for Linux][wsl]를 사용
44
44
* [ Arch Linux] ( #pacman )
45
45
* [ macOS] ( #homebrew )
46
46
* [ FreeBSD] ( #freebsd )
47
+ * [ OpenBSD] ( #openbsd )
47
48
* [ OpenIndiana] ( #openindiana )
48
49
* [ 다른 배포판] ( #other-systems )
49
50
* [ 인스톨러] ( #installers )
@@ -171,6 +172,24 @@ FreeBSD 상의 루비와 그 환경에 대해서 더 자세한 정보는
171
172
[ FreeBSD Ruby Project 웹사이트] [ freebsd-ruby ] 에서 얻을 수 있습니다.
172
173
173
174
175
+ ### OpenBSD
176
+ {: #openbsd}
177
+
178
+ OpenBSD와 그 배포판인 adJ에는 3개의 루비 메이저 버전의 패키지가 있습니다.
179
+ 다음 명령을 통해 설치 가능한 버전을 확인하고 설치할 수 있습니다.
180
+
181
+ {% highlight sh %}
182
+ $ doas pkg_add ruby
183
+ {% endhighlight %}
184
+
185
+ 각 버전의 바이너리는 다른 이름(예: ` ruby27 ` , ` ruby26 ` )을 가지고 있으므로
186
+ 동시에 여러 메이저 버전을 설치할 수 있습니다.
187
+
188
+ 가장 최신의 루비 버전이 릴리스된 며칠 후면 OpenBSD 포트 컬렉션의 ` HEAD ` 브랜치에
189
+ 이 플랫폼을 위한 루비 버전이 추가되어 있을 것입니다.
190
+ [ 가장 최신의 포트 컬렉션의 lang/ruby 디렉터리] [ openbsd-current-ruby-ports ] 를 확인하세요.
191
+
192
+
174
193
### OpenIndiana에서의 루비
175
194
{: #openindiana}
176
195
@@ -331,3 +350,4 @@ $ sudo make install
331
350
[ wsl ] : https://docs.microsoft.com/ko-kr/windows/wsl/about
332
351
[ asdf-vm ] : https://asdf-vm.com/
333
352
[ asdf-ruby ] : https://github.com/asdf-vm/asdf-ruby
353
+ [ openbsd-current-ruby-ports ] : https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang/ruby/?only_with_tag=HEAD
You can’t perform that action at this time.
0 commit comments