Versions Compared

Key

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

Prepare build environment and build package

 


Info
titleNOTE:
Please use user 'root' for userland build,
	because we have to update directory tree and files to use correct permissions
	and it is possible now only by user 'root'

...

Code Block
languagebash
titleclone repo:
git clone git@bitbucket.org:dilos/dilos-userland-git.git


Code Block
languagebash
titlego to components directory:
cd dilos-userland-gitdu2/components


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 <dilos-userland-git><du2>/components/apt
gmake JOBS=4 deb

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

You can find your package(s) at: <dilos-userland-git>du2>/i386/debs

How to create new package

...

For more information about environment variables or build flags you can take a look <dilos-userland-girdu2>/make-rules/deb_src.mk