Versions Compared

Key

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

...

Code Block
languagebash
titlego to components directory:
cd du2/components


Code Block
titlepreparation to build a package
cd <du2>/components/apt
gmake prep



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 )

...