Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleinstall additional packages for build environment:
gmake debprep
gmake setup
Code Block
languagebash
titleyou are ready to build your package from userland, for example: apt
cd <du2>/components/apt
gmake JOBS=4 deb

( where JOBS - how much parallel build processes you want to use )

...