X-Git-Url: http://gitweb/?a=blobdiff_plain;f=README;h=852d0df47c71b3eed1994b572f3407f60856087f;hb=573c30b80482a8c3304859c3c08dfc696203c2e7;hp=4cc1397158990b8939afb70ff35216c7264de42b;hpb=2a6c74d9f2a5476663ccd8c52b3577739868d463;p=pkgutils-cross.git diff --git a/README b/README index 4cc1397..852d0df 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:$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