summaryrefslogtreecommitdiff
path: root/noncore
Unidiff
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/packagemanager/README21
1 files changed, 18 insertions, 3 deletions
diff --git a/noncore/settings/packagemanager/README b/noncore/settings/packagemanager/README
index 3e3f409..7b6305a 100644
--- a/noncore/settings/packagemanager/README
+++ b/noncore/settings/packagemanager/README
@@ -4,3 +4,3 @@
4/* ======================== 4/* ========================
5/* Version 0.1.0 5/* Version 0.2.0
6/* 6/*
@@ -21,2 +21,17 @@
21====================== 21======================
22= Build =
23======================
24
25In order to build opie-packagemanager, libipkg needs to be present on
26the build system along with the appropriate headers.
27
28- libipkg source (best to use version 109 or greater):
29 - Familiar CVS directory: familiar/dist/ipkg/C (e.g. 'cvs co familiar/dist/ipkg/C')
30 - FTP: ftp://handhelds.org/linux/packages/ipkg
31
32- before building opie-packagemanager, define the environmental variable
33 IPKGDIR to point to the directory containing the ipkg source code
34 - e.g. 'export IPKGDIR=$HOME/familiar/dist/ipkg/C'
35
36======================
22= Run = 37= Run =
@@ -24,4 +39,4 @@
24 39
25- In order to use opie-packagemanager, ipkg must be installed and 40- In order to use opie-packagemanager, libipkg must be installed
26 configured on the system. 41 on the system.
27 42