aboutsummaryrefslogtreecommitdiff
path: root/depends/README.md
Commit message (Collapse)AuthorAgeFilesLines
* depends: Add required packages to buildPatrick Lodder2021-07-201-1/+48
|
* Revert "added requirements to dependencies build README"Patrick Lodder2021-07-201-12/+1
|
* Update depends/README.md fmhc2021-07-071-3/+6
| | | | | better flow with linking to os-specific build docs Co-authored-by: Ross Nicoll <[email protected]>
* added requirements to dependencies build READMEkatzenmalen2021-06-271-0/+8
|
* depends: Mention aarch64 as common cross-compile targetWladimir J. van der Laan2016-06-221-1/+2
|
* depends: create a hostid and buildid and add option for saltsCory Fields2016-04-041-0/+2
| | | | | | | | | These add very simple sanity checks to ensure that the build/host toolchains have not changed since the last run. If they have, all ids will change and packages will be rebuilt. For more complicated usage (like parsing dpkg), HOST_ID_SALT/BUILD_ID_SALT may be used to introduce arbitrary data to the ids.
* [Trivial] Fixed typo when referring to a previous section inChris Kleeschulte2015-10-081-1/+1
| | | | depends/README.md [skip ci]
* doc: Documentation in Markdown for Depends DirShawn Wilkinson2015-05-151-0/+56
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