X-Git-Url: http://gitweb/?a=blobdiff_plain;f=README;h=852d0df47c71b3eed1994b572f3407f60856087f;hb=573c30b80482a8c3304859c3c08dfc696203c2e7;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=f27012ed9e3fea70dc15107e335ecdb128a8ea5c;p=pkgutils-cross.git diff --git a/README b/README index e69de29..852d0df 100644 --- a/README +++ b/README @@ -0,0 +1,22 @@ + +README + +Compile it! +$ make + +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/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