Skip to content

Instantly share code, notes, and snippets.

@wataash
Last active February 1, 2017 01:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wataash/0c734e3fa89ccf2d5f863166525490c9 to your computer and use it in GitHub Desktop.
Save wataash/0c734e3fa89ccf2d5f863166525490c9 to your computer and use it in GitHub Desktop.
sudo pkgin in autoconf automake ncurses pcre2
./configure --without-included-pcre2 LDFLAGS='-L/usr/pkg/lib -R/usr/pkg/lib -lpcre2-posix' CPPFLAGS='-I/usr/pkg/include/ncurses -I/usr/pkg/include' CXXFLAGS='-I/usr/pkg/include/ncurses -I/usr/pkg/include'
gmake
sudo gmake install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment