Skip to content

Commit

Permalink
Merge pull request kkos#211 from carlwgeorge/package_installation
Browse files Browse the repository at this point in the history
Add distribution package installation instructions
  • Loading branch information
kkos authored Sep 30, 2020
2 parents 2f03e14 + 77b45f4 commit c59f489
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
12 changes: 10 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,15 @@ License

Install

Case 1: Unix and Cygwin platform
Case 1: Linux distribution packages

* Fedora: dnf install oniguruma
* RHEL/CentOS: yum install oniguruma
* Debian/Ubuntu: apt install libonig5
* Arch: pacman -S oniguruma
* openSUSE: zypper install oniguruma

Case 2: Manual compilation on Linux, Unix, and Cygwin platform

1. autoreconf -vfi (* case: configure script is not found.)

Expand All @@ -67,7 +75,7 @@ Install



Case 2: Windows 64/32bit platform (Visual Studio)
Case 3: Windows 64/32bit platform (Visual Studio)

execute make_win64 or make_win32

Expand Down
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,15 @@ License
Install
-------

### Case 1: Unix and Cygwin platform
### Case 1: Linux distribution packages

* Fedora: `dnf install oniguruma`
* RHEL/CentOS: `yum install oniguruma`
* Debian/Ubuntu: `apt install libonig5`
* Arch: `pacman -S oniguruma`
* openSUSE: `zypper install oniguruma`

### Case 2: Manual compilation on Linux, Unix, and Cygwin platform

1. autoreconf -vfi (* case: configure script is not found.)

Expand All @@ -189,7 +197,7 @@ Install



### Case 2: Windows 64/32bit platform (Visual Studio)
### Case 3: Windows 64/32bit platform (Visual Studio)

Execute make_win.bat

Expand Down

0 comments on commit c59f489

Please sign in to comment.