File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1111 - linux
1212 - osx
1313
14+ dist :
15+ - focal
16+
1417# oniguruma 5.9.6 was the default for a long time, and has slightly different API
1518# oniguruma 6.9.4 is the current default on ubuntu 20.10 LTS
1619# oniguruma 6.9.5-rev1 is the latest version, and the version used for the latest release
2124 - ONIG_VERSION=6.9.4 MODE=STATIC
2225 - ONIG_VERSION=6.9.4 MODE=STATIC
2326 - ONIG_VERSION=6.9.5-rev1 MODE=STATIC
24- - ONIG_VERSION=DEFAULT MODE=STATIC
2527 - ONIG_VERSION=DEFAULT MODE=DYNAMIC
2628
2729before_install :
Original file line number Diff line number Diff line change @@ -81,9 +81,9 @@ sudo apt-get install libonig-dev
8181**Installing the Oniguruma library from source**
8282
8383` ` ` bash
84- curl -sLO https://github.com/kkos/oniguruma/releases/download/v6.9.4 /onig-6.9.4 .tar.gz
85- tar xfz onig-6.9.4 .tar.gz
86- cd /tmp/ onig-6.9.4
84+ curl -sLO https://github.com/kkos/oniguruma/releases/download/v6.9.5_rev1 /onig-6.9.5-rev1 .tar.gz
85+ tar xfz onig-6.9.5-rev1 .tar.gz
86+ cd onig-6.9.5
8787./configure
8888make
8989make install
You can’t perform that action at this time.
0 commit comments