Skip to content

Commit

Permalink
[squashme] Add note about git checkout for Windows development
Browse files Browse the repository at this point in the history
  • Loading branch information
chromatic committed Feb 24, 2024
1 parent 288c1bd commit a07425d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/build-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,16 @@ the permissions of all extracted files with command like:

sudo chmod -R <your_username> .

If you've downloaded via `git`, do not use `sudo`. Instead prefer something like:

cd $HOME
git clone https://github.com/dogecoin/dogecoin.git
git checkout <branchname>

... where `<branchname>` is the name of the branch you want to build, such as
"1.14.7-dev" for the unstable branch or "master" for the most recent stable
release.

## Building for 64-bit Windows

To build executables for Windows 64-bit, install the following dependencies:
Expand Down

0 comments on commit a07425d

Please sign in to comment.