| 67 | |
| 68 | ... |
| 69 | |
| 70 | |
| 71 | = Using kBuild in Your Project = |
| 72 | |
| 73 | First question, where should [wiki:kBuild] be installed? |
| 74 | There are three answers to that question: |
| 75 | 1. In the source tree, either imported or linked to as an svn:external. You'll need to find an easy way of invoking [wiki:kmk] with {{{PATH_KBUILD}}} set, either on the commandline or in the environment. This can typically be achieved with a script which modified the environment or installs a shell alias. |
| 76 | 2. Require [wiki:kBuild] to checked out somewhere outside the tree. You'll still have to find an easy way of invoking [wiki:kmk] with {{{PATH_KBUILD}}} set. |
| 77 | 3. Require [wiki:kBuild] to be installed on the system. This is an option which is currently being realized, see ticket #6. |
| 78 | |