diff options
author | ewt <devnull@localhost> | 1996-12-12 03:31:35 +0000 |
---|---|---|
committer | ewt <devnull@localhost> | 1996-12-12 03:31:35 +0000 |
commit | fa32168afed4d92b260e3f357d2c18b4044975e8 (patch) | |
tree | 83089ec48238a99755dd2dc1d7c9aeb1a484b87b /README.amiga | |
parent | c3ae492d1e3bc18d8dfd84227e17d2c42bfda755 (diff) | |
download | librpm-tizen-fa32168afed4d92b260e3f357d2c18b4044975e8.tar.gz librpm-tizen-fa32168afed4d92b260e3f357d2c18b4044975e8.tar.bz2 librpm-tizen-fa32168afed4d92b260e3f357d2c18b4044975e8.zip |
*** empty log message ***
CVS patchset: 1225
CVS date: 1996/12/12 03:31:35
Diffstat (limited to 'README.amiga')
-rw-r--r-- | README.amiga | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/README.amiga b/README.amiga index 42fa9382e..a8c639c73 100644 --- a/README.amiga +++ b/README.amiga @@ -1,9 +1,9 @@ -This is the readme for RPM version 2.2.5, written by +This is the readme for RPM version 2.2.9, written by <Kristof.Depraetere@rug.ac.be> 1 Requirements. -First make sure you have at least IXEmul v44.0 installed. +First make sure you have at least IXEmul v45.0 installed. These packages are needed to be able to compile rpm: * gettext * gdbm @@ -17,18 +17,19 @@ These extra packages are needed to run rpm: These are the things you'll have to do to install this package. * cd <your-build-directory> - * tar -xzvf rpm-2.2.5-src.tar.gz - * cd rpm-2.2.5 + * tar -xzvf rpm-2.2.9-src.tar.gz + * cd rpm-2.2.9 * configure --prefix=/ade * make * make install Now it's time to edit the file "ade:lib/rpmrc" to correspond to your system setup. Change the following entry: - * topdir: /place/where/you/want/to/store/RPM/packages - -Also edit the file "etc:rpmrc". Replace the <topdir> entry with -a <builddir> entry (note UNIX style path names): + * topdir: /place/to/store/RPM/packages +Make sure <tmppath> points to a _harddisk_ directory (the ram disk doesn't +allow the use of softlinks): + * tmppath: /place/on/your/hard/disk +Add the following entry: * builddir: /place/where/RPM/will/build/packages It is recommended to let <topdir> and <builddir> point to two different |