aboutsummaryrefslogtreecommitdiff
path: root/depends/README.usage
Commit message (Collapse)AuthorAgeFilesLines
* doc: Documentation in Markdown for Depends DirShawn Wilkinson2015-05-151-34/+0
| | | | | | | | | | | | Documentation more readable when viewed on Github. Some extra changes by @laanwj: - Make README.usage the default README. This is more convenient from a user perspective. Link to other documentation in this default README - Add list of popular targets for cross compilation, change default to Win64 instead of Win32
* depends: always use static qt5 for linuxCory Fields2015-02-251-1/+0
|
* depends: teach 'make download' to download sources for all hostsCory Fields2014-12-111-1/+4
|
* depends: Add a package for qt4.6. Linux uses it by default.Cory Fields2014-11-191-0/+1
| | | | | | | | We're not ready to switch to a static qt5 for Linux yet due to missing plugin support. This adds a recipe for building a shared qt4 that we build and link against, but don't distribute. make USE_LINUX_STATIC_QT5=1 can be used to build static qt5 as before.
* depends: add docs for debugCory Fields2014-09-251-0/+1
|
* depends: add a fallback path in case package sources go missingCory Fields2014-08-221-0/+1
| | | | | | If a source url fails to download, try again at $FALLBACK_DOWNLOAD_PATH/file.name, where FALLBACK_DOWNLOAD_PATH can be overridden by the user.
* depends: add shared dependency builderCory Fields2014-08-081-0/+29
See the README's in depends for documentation