Getting Started: Difference between revisions
Official builds |
Added private builds |
||
Line 172: | Line 172: | ||
Other options are not described here, see <code>razzle.cmd /?</code> for details. | Other options are not described here, see <code>razzle.cmd /?</code> for details. | ||
=== Private builds === | |||
To compile your very own private build along with a branch, open git administrator and <code>cd</code> to your source tree. There execute: <code>git init</code>, which initializes an empty <code>.git</code> folder. Without this it won't compile the built branch. The execute: <code>git checkout -b {name_of_your_branch}<code>, don't forget to remove the brackets!. Download this modified [https://drive.google.com/file/d/12UAYflPRiMpuZO1IafaEbcMDHRiEnNsO/view?usp=sharing razzle script] which has been edited to allow the detection of a created branch. | |||
=== Official builds === | === Official builds === |