AUI Framework
master
Cross-platform base for C++ UI apps
|
It's a common scenario when you want to fork AUI's repository. Reasons might include:
This page describes how to do so.
You can fork AUI to whatever source hosting provider you want, but in general, it's recommended to fork AUI on GitHub:
AUI's original infrastructure setup is on GitHub already. You'll benefit from complete build, docs gen and testing pipelines without asking your devops to support them on your behalf.
Additionally, you won't lose AUI.Boot's precompiled binaries feature by publishing your fork on GitHub and enabling GitHub Actions (AUI's license does not obligate you to publish byproducts, e.g., compiled binaries or documentation).
auib_import
keyword. Once discovered, fork the dependencies and update URLs in your AUI repo accordingly..github
directory in your AUI repo or make adjustments that suit your particular project needs.auib_import
boilerplate in your project.Once done, you don't depend on 3rd parties anymore. It is now up to you when and how change AUI's code.