Skip to content

Instantly share code, notes, and snippets.

@ergofriend
Last active September 14, 2018 09:25
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 ergofriend/182b2a4ea1b4cb1f6d950502e5da8319 to your computer and use it in GitHub Desktop.
Save ergofriend/182b2a4ea1b4cb1f6d950502e5da8319 to your computer and use it in GitHub Desktop.
Nim nimble install jester -d:release ref: https://qiita.com/ErgoFriend/items/44f343d312d70f4f55dc
>nimble install jester
Downloading https://github.com/dom96/jester using git
Verifying dependencies for jester@0.4.1
Tip: 4 messages have been suppressed, use --verbose to show them.
Error: Unsatisfied dependency: nim (>= 0.18.1)
>nim -v
Nim Compiler Version 0.18.0 [Windows: i386]
Copyright (c) 2006-2018 by Andreas Rumpf
git hash: 855956bf617f68ac0be3717329e9e1181e5dc0c6
active boot switches: -d:release
>choosenim devel
Switched to Nim #devel
>nim -v
Nim Compiler Version 0.18.1 [Windows: i386]
Compiled at 2018-09-13
Copyright (c) 2006-2018 by Andreas Rumpf
active boot switches: -d:release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment