We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f786ef1 commit b19e15dCopy full SHA for b19e15d
README.md
@@ -160,6 +160,10 @@ Most of the commands need `nix` and will run only on Linux or macOS.
160
- Windows 10/11
161
- Daedalus testnet installation (similar version used in branch) in `C:\Program Files\Daedalus Testnet`
162
- NodeJS 16
163
+- `yarn global add windows-build-tools` (if this does not work extract daedalus\nix\windows-usb-libs.zip under daedalus\build folder)
164
+- Microsoft Build Tools 2015
165
+- Microsoft Visual Studio 2017 (Include Desktop development with C++)
166
+- `yarn config set msvsversion 2015 --global`
167
168
#### Steps
169
- `yarn install`
0 commit comments