...
Info |
---|
|
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 |
---|
language | bash |
---|
title | install 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 |
---|
language | bash |
---|
title | clone repo: |
---|
|
hggit clone https://bitbucketgit@bitbucket.org/:dilos/dilos-userland-reviewgit.git |
Code Block |
---|
language | bash |
---|
title | go to components directory: |
---|
|
cd dilos-userland-reviewgit/components |
Code Block |
---|
language | bash |
---|
title | install additional packages for build environment: |
---|
|
gmake deb-prepdebprep
gmake setup |
Code Block |
---|
language | bash |
---|
title | you 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
...