author | drw <drw> | 2004-01-20 20:30:27 (UTC) |
---|---|---|
committer | drw <drw> | 2004-01-20 20:30:27 (UTC) |
commit | c504e3201fcb9934fdef6905752b7164d07306d2 (patch) (unidiff) | |
tree | 66f41c0280a4854978dc5c8cdaeafbfaee92a38b | |
parent | da0557836c852fade427c03ad59d349f3294bbb8 (diff) | |
download | opie-c504e3201fcb9934fdef6905752b7164d07306d2.zip opie-c504e3201fcb9934fdef6905752b7164d07306d2.tar.gz opie-c504e3201fcb9934fdef6905752b7164d07306d2.tar.bz2 |
Updated README with some info on building with libipkg
-rw-r--r-- | noncore/settings/packagemanager/README | 21 |
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 | |||
@@ -1,34 +1,49 @@ | |||
1 | /************************************************************************ | 1 | /************************************************************************ |
2 | /* | 2 | /* |
3 | /* Opie - Package Manager | 3 | /* Opie - Package Manager |
4 | /* ======================== | 4 | /* ======================== |
5 | /* Version 0.1.0 | 5 | /* Version 0.2.0 |
6 | /* | 6 | /* |
7 | /* A package management client for Opie | 7 | /* A package management client for Opie |
8 | /* | 8 | /* |
9 | /************************************************************************ | 9 | /************************************************************************ |
10 | 10 | ||
11 | ------------------------------------------------------- | 11 | ------------------------------------------------------- |
12 | Release Notes for Opie-PackageManager - January, 2004 | 12 | Release Notes for Opie-PackageManager - January, 2004 |
13 | ------------------------------------------------------- | 13 | ------------------------------------------------------- |
14 | 14 | ||
15 | ====================== | 15 | ====================== |
16 | = To-do = | 16 | = To-do = |
17 | ====================== | 17 | ====================== |
18 | 18 | ||
19 | - See $OPIEDIR/noncore/settings/packagemanager/TODO for more info. | 19 | - See $OPIEDIR/noncore/settings/packagemanager/TODO for more info. |
20 | 20 | ||
21 | ====================== | 21 | ====================== |
22 | = Build = | ||
23 | ====================== | ||
24 | |||
25 | In order to build opie-packagemanager, libipkg needs to be present on | ||
26 | the 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 = |
23 | ====================== | 38 | ====================== |
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 | ||
28 | ====================== | 43 | ====================== |
29 | = Credits = | 44 | = Credits = |
30 | ====================== | 45 | ====================== |
31 | 46 | ||
32 | - Opie-PackageManager is (C) 2003-2004 Dan Williams | 47 | - Opie-PackageManager is (C) 2003-2004 Dan Williams |
33 | 48 | ||
34 | ====================== | 49 | ====================== |