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 4cc1397158990b8939afb70ff35216c7264de42b..852d0df47c71b3eed1994b572f3407f60856087f 100644 (file)
--- 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