Skip to content

Commit

Permalink
Fix Windows build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rebroad committed Feb 15, 2021
1 parent b765a7d commit fe4929f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/build-windows.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ To build executables for Windows 64-bit, install the following dependencies:
Then build using:

cd depends
PATH=$(echo "$PATH" | sed -e 's/:\/mnt.*//g')
make HOST=x86_64-w64-mingw32
cd ..
./autogen.sh # not required when building from tarball
Expand Down

0 comments on commit fe4929f

Please sign in to comment.