You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ CC=zig choosenim --choosenimDir:$nimpath/my-choosenim --nimbleDir:$nimpath/my-nimbledir stable
Error: No C compiler found. Nim compiler requires a C compiler.
... Install gcc using your favourite package manager.
$ export PATH=$nimpath/my-nimbledir/bin:$PATH
$ CC=zig nimble rel
Tip: 1 messages have been suppressed, use --verbose to show them.
tools.nim(52) doCmdEx
Error: 'git' not in PATH.
Plenty of people, myself included use Nim without any choosenim. You can even use Nim without Nimble. The C compiler is hardcoded because we expoit its individual non-standard features and Zig is just a clang as far as Nim is concerned, easily configurable.
Description
Currently,
gcc
,git
and~/.chossenim/current
are needed to usenim
:It should just work with CC provided
Nim Version
Current Output
Expected Output
Known Workarounds
Additional Information
No response
The text was updated successfully, but these errors were encountered: