Skip to content

Instantly share code, notes, and snippets.

@tgck
Last active January 31, 2016 20:31
Show Gist options
  • Save tgck/868761d93b07bbbd4d75 to your computer and use it in GitHub Desktop.
Save tgck/868761d93b07bbbd4d75 to your computer and use it in GitHub Desktop.
liblo がインストールされているかを確認する

####port 経由の場合

  • port のコマンドをつかう
$ port list installed | grep liblo
liblo                          @0.28           audio/liblo
$ 
  • または ヘッダファイルを find
$ find /opt  -type f -name "lo.h" -ls 
18968776       24 -rw-r--r--    1 root             admin                8641 Jan 14  2015 /opt/local/include/lo/lo.h
$ 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment