Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
oniguruma/build.sh: Build from source.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Nov 4, 2015
1 parent edbc866 commit 81e20ae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions oniguruma/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

chmod +x configure

./configure --disable-maintainer-mode --prefix=$PREFIX

make -j${CPU_COUNT}
make install

0 comments on commit 81e20ae

Please sign in to comment.