CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Fixed installation of .la files which were affected due to crosscompilation paths.
[pkgutils-cross.git] / README
diff --git a/README b/README
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..852d0df47c71b3eed1994b572f3407f60856087f 100644 (file)
--- 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