Skip to content

Instantly share code, notes, and snippets.

@raven38
Created February 14, 2015 09:15
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 raven38/1c47714b207dbe9d7e3d to your computer and use it in GitHub Desktop.
Save raven38/1c47714b207dbe9d7e3d to your computer and use it in GitHub Desktop.
OS XでGNATをインストールする方法 ref: http://qiita.com/raven38/items/c71a500a9b2ca9c93dd0
$ cd
$ tar zxvf ~/Downloads/gnat-gpl-2014-x86_64-darwin-bin.tar.gz
$ cd gnat-gpl-2014-x86_64-darwin-bin
$ sudo ./doinstall
PATH="/usr/local/gnat/bin:$PATH"
source ~/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment