Skip to content

Instantly share code, notes, and snippets.

@mk2
Created March 21, 2016 03:14
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 mk2/2c33dd50d1e363d05e1d to your computer and use it in GitHub Desktop.
Save mk2/2c33dd50d1e363d05e1d to your computer and use it in GitHub Desktop.
NimをOSXでインストール ref: http://qiita.com/mk2/items/2b14cd88926ce45b9473
brew remove nim # 一回入れてた場合は消す
cd Github/Nim/
git clone --depth 1 https://github.com/nim-lang/csources
cd csources && sh build.sh # installとかはしない、binに吐き出されるバイナリだけ使う
nano .bash_profile # PATHに追加
nim e install_nimble.nims
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment