Skip to content

Instantly share code, notes, and snippets.

@yoku0825
Created October 30, 2014 08:28
Show Gist options
  • Save yoku0825/c632cf06ae81655e6054 to your computer and use it in GitHub Desktop.
Save yoku0825/c632cf06ae81655e6054 to your computer and use it in GitHub Desktop.
$ pwd
/home/yoku0825/mariadb-10.0.14
$ find -name "pcre.h*"
./pcre/pcre.h.in
./pcre/doc/html/pcre.html
$ cmake .
..
$ find -name "pcre.h*"
./pcre/pcre.h.in
./pcre/pcre.h
./pcre/doc/html/pcre.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment