Merge pull request #4945

e37154a build: protobuf dependency fixes, libusb build (ph4r05)
This commit is contained in:
luigi1111 2018-12-31 15:53:59 -06:00
commit 9c2d671397
No known key found for this signature in database
GPG key ID: F4ACA0183641E010
12 changed files with 228 additions and 25 deletions

View file

@ -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