X-Git-Url: http://gitweb/?a=blobdiff_plain;ds=sidebyside;f=README;h=74a34a9311c06fceaab754f480b8d3f69c994cd3;hb=615791ccafcb362fbc7e729314896b7f85a3863c;hp=4cc1397158990b8939afb70ff35216c7264de42b;hpb=2a6c74d9f2a5476663ccd8c52b3577739868d463;p=pkgutils-cross.git diff --git a/README b/README index 4cc1397..74a34a9 100644 --- a/README +++ b/README @@ -4,11 +4,19 @@ README Compile it! $ make -Add pkgmk-cross to the PATH environment variable: -$ export PATH=$PATH:. - Edit pkgmk.conf with your settings: $ vim src/pkgmk.conf +Add pkgmk-cross to the PATH environment variable: +$ export PATH=/devel/crux-arm/pkgutils-cross:/devel/crux-arm/pkgutils-cross/src:$PATH +(note that append the old value for PATH at the end is important) + Now you're ready to crosscompile packages: -$ cd /devel/crux-arm/ports-cross/core/ncurses; pkgmk-cross +$ cd /devel/crux-arm/ports/core-cross/ncurses +$ fakeroot pkgmk-cross + +And also to install (when you need a dependency installed) +$ cd /devel/crux-arm/ports/core-cross/ncurses +$ pkgadd-cross ncurses#X.X-1.pkg.tar.gz +$ cd /devel/crux-arm/ports/core-cross/bash +$ fakeroot pkgmk-cross