반응형

Ruby 3

ERROR: Error installing pygments.rb: pygments.rb requires Ruby version >= 2.5.0. [coderay 설치 에러 해결하기]

2023.06.30 - [오픈소스] - adoc pdf로 변환하는 방법 (rvm&ruby 설치하기)- adoc to pdf with rvm&ruby adoc pdf로 변환하는 방법 (rvm&ruby 설치하기)- adoc to pdf with rvm&ruby adoc pdf로 변환하는 방법 (rvm&ruby 설치하기)- adoc to pdf with rvm&ruby 안녕하세요, 오늘은 adoc 파일을 pdf로 변환하는 방법에 대해 소개하고자 합니다. adoc 확장자는 AsciiDoc언어로 작성된 파일을 의미하 tokkicine.tistory.com 을 작성하면서 coderay 설치하는 도중 pygments.rb에서 에러가 발생했다. root@LYJ:~# gem install coderay pygments...

adoc pdf로 변환하는 방법 (rvm&ruby 설치하기)- adoc to pdf with rvm&ruby

adoc pdf로 변환하는 방법 (rvm&ruby 설치하기)- adoc to pdf with rvm&ruby 안녕하세요, 오늘은 adoc 파일을 pdf로 변환하는 방법에 대해 소개하고자 합니다. adoc 확장자는 AsciiDoc언어로 작성된 파일을 의미하고, Asciidoc은 경량 마크다운 언어입니다! 오늘은 Asciidoctor라는 프로세서를 활용하여 adoc 파일을 pdf로 변환해보겠습니다. 목차 1. rvm & ruby 설치 2. asciidoctor 설치 3. coderay 설치 4. asciidoctor-pdf 설치 5. asciidoctor-pdf-cjk-kai_gen_gothic 설치 6. pdf로 변환하기 1. rvm & ruby 설치 ruby를 설치하는 방법은 약 3가지 정도가 있는데, ..

오픈소스 2023.06.30

asciidoctor-pdf-cjk-kai_gen_gothic-install 실행시, No such file or directory 해결

ruby 사용 중 asciidoctor-pdf-cjk-kai_gen_gothic-install을 실행하여 asciidoctor-pdf-cjk-kai_gen_gothic 라이브러리를 설치하는 도중 아래와 같은 에러가 발생했다. root@LYJ:/usr/local/rvm/gems# asciidoctor-pdf-cjk-kai_gen_gothic-install [1/20] Downloading KaiGenGothicCN-Bold-Italic.ttf /usr/local/rvm/gems/ruby-3.0.0/gems/asciidoctor-pdf-cjk-kai_gen_gothic-0.1.1/exe/asciidoctor-pdf-cjk-kai_gen_gothic-install:34:in initialize': No suc..

반응형