forked from input-output-hk/daedalus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into fix/ddw-923-stake-pool-list-table-view-ad…
…justments
- Loading branch information
Showing
5 changed files
with
89 additions
and
359 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -160,14 +160,12 @@ Most of the commands need `nix` and will run only on Linux or macOS. | |
- Windows 10/11 | ||
- Daedalus testnet installation (similar version used in branch) in `C:\Program Files\Daedalus Testnet` | ||
- NodeJS 16 | ||
- Python2 * | ||
- `yarn global add windows-build-tools` * (if this does not work extract daedalus\nix\windows-usb-libs.zip under daedalus\build folder) | ||
- Microsoft Build Tools 2015 * | ||
- Microsoft Visual Studio 2017 (Include Desktop development with C++) * | ||
- Python2 | ||
- `yarn global add windows-build-tools` (if this does not work extract daedalus\nix\windows-usb-libs.zip under daedalus\build folder) | ||
- Microsoft Build Tools 2015 | ||
- Microsoft Visual Studio 2017 (Include Desktop development with C++) | ||
- `yarn config set msvsversion 2015 --global` | ||
|
||
*needed for compiling [email protected] on Windows | ||
|
||
#### Steps | ||
- `yarn install` | ||
- `yarn dev:windows` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.