diff options
author | luigi1111 <luigi1111w@gmail.com> | 2018-12-31 15:53:59 -0600 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2018-12-31 15:53:59 -0600 |
commit | 9c2d671397974c05a1bdd8b386bc8267d78afd99 (patch) | |
tree | 1dc088082b46cec02b8adac81a0f201b4a60b9a6 /contrib/depends/README.md | |
parent | Merge pull request #4944 (diff) | |
parent | build: protobuf dependency fixes, libusb build (diff) | |
download | monero-9c2d671397974c05a1bdd8b386bc8267d78afd99.tar.xz |
Merge pull request #4945
e37154a build: protobuf dependency fixes, libusb build (ph4r05)
Diffstat (limited to 'contrib/depends/README.md')
-rw-r--r-- | contrib/depends/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/depends/README.md b/contrib/depends/README.md index 597398369..c9f8b0783 100644 --- a/contrib/depends/README.md +++ b/contrib/depends/README.md @@ -53,6 +53,16 @@ Download it from apple, or search for it on github. Create a new directoty calle directory and place the entire MacOSX10.11.sdk folder in it. The depends build will then pick it up automatically (without requiring SDK_PATH). + +#Mingw builds + +Building for 32/64bit mingw requires switching alternatives to a posix mode + +```bash +update-alternatives --set x86_64-w64-mingw32-g++ x86_64-w64-mingw32-g++-posix +update-alternatives --set x86_64-w64-mingw32-gcc x86_64-w64-mingw32-gcc-posix +``` + ### Other documentation - [description.md](description.md): General description of the depends system |