532
edits
Line 179: | Line 179: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
2. Configure the build | 2. Switch to the appropriate branch. | ||
<syntaxhighlight lang="bash"> | |||
#For JetPack 5.x | |||
git checkout jetpack-5.x | |||
#For JetPack 6.x | |||
git checkout jetpack-6.x | |||
</syntaxhighlight> | |||
3. Configure the build | |||
<syntaxhighlight lang=bash> | <syntaxhighlight lang=bash> | ||
Line 191: | Line 203: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
4. Export the environment variables | |||
<syntaxhighlight lang=bash> | <syntaxhighlight lang=bash> | ||
Line 199: | Line 211: | ||
''These exports can be used in the .bashrc to automate them''. | ''These exports can be used in the .bashrc to automate them''. | ||
5. Test the installation | |||
<syntaxhighlight lang=bash> | <syntaxhighlight lang=bash> |
edits