Versions Compared

Key

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

...

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
apt-get update
Code Block
languagebash
titleinstall packages:
apt-get install \
	gnu-make \
	developerbuild-versioning-mercurialessential

for clone/access to repo 'dilos-userland-reviewgit' you need to have account on bitbucket and ask to provide you access by info: http://www.dilos.org/conact-me

Code Block
languagebash
titleclone repo:
hggit clone https://bitbucketgit@bitbucket.org/:dilos/dilos-userland-reviewgit.git
Code Block
languagebash
titlego to components directory:
cd dilos-userland-reviewgit/components
Code Block
languagebash
titleinstall additional packages for build environment:
gmake deb-prepdebprep
gmake setup
Code Block
languagebash
titleyou are ready to build your package from userland, for example: apt
cd <dilos-userland-review>git>/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-review>git>/i386/debs

How to create new package

...