diff options
| author | Riccardo Spagni <ric@spagni.net> | 2019-01-16 21:45:46 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2019-01-16 21:45:46 +0200 |
| commit | 961bb1bd2899ca168dd445eacef93ba7208b45a7 (patch) | |
| tree | c0f6263319e6c319a6664798ec7ac505380e40ce | |
| parent | 6285c43ffc4ca886bad78e2fa35fe8c977c8a5e9 (diff) | |
| parent | 3dd89bdd1950184453e8f8983c0e89f32b2bbdba (diff) | |
| download | monzero-core-961bb1bd2899ca168dd445eacef93ba7208b45a7.tar.gz monzero-core-961bb1bd2899ca168dd445eacef93ba7208b45a7.tar.xz monzero-core-961bb1bd2899ca168dd445eacef93ba7208b45a7.zip | |
Merge pull request #5043
3dd89bdd Changed Windows build commands. (Aniket Pradhan)
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -316,13 +316,13 @@ application. * Open the MSYS shell via the `MSYS2 Shell` shortcut * Update packages using pacman: - pacman -Syuu + pacman -Syu * Exit the MSYS shell using Alt+F4 * Edit the properties for the `MSYS2 Shell` shortcut changing "msys2_shell.bat" to "msys2_shell.cmd -mingw64" for 64-bit builds or "msys2_shell.cmd -mingw32" for 32-bit builds * Restart MSYS shell via modified shortcut and update packages again using pacman: - pacman -Syuu + pacman -Syu * Install dependencies: |
