-
-
Notifications
You must be signed in to change notification settings - Fork 38
FAQs
d4rckh edited this page Apr 30, 2022
·
1 revision
You forgot to run nimble install
You might need to install the mingw tool-chain package:
apt install mingw-w64 # Ubuntu
yum install mingw32-gcc
yum install mingw64-gcc # CentOS - requires EPEL
brew install mingw-w64 # OSX