From 157a4ec28888ebb49a00e6f6c03534cfb2c0059e Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Thu, 3 Mar 2005 04:09:07 +0000 Subject: [PATCH] info for building. SVN revision: 13573 --- legacy/eet/README.in | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/legacy/eet/README.in b/legacy/eet/README.in index 0d8f6f5bc3..8eaad22951 100644 --- a/legacy/eet/README.in +++ b/legacy/eet/README.in @@ -11,3 +11,23 @@ image data for saving to eet files or sending across the network to other machines, or just writing to arbitary files on the system. All data is encoded in a platform independant way and can be written and read by any architecture. + +------------------------------------------------------------------------------ +BUILDING PACKAGES: + +RPM: To build rpm packages: + + sudo rpm -ta @PACKAGE@-@VERSION@.tar.gz + +You will find rpm packages in your system /usr/src/redhat/* dirs (note you may +not need to use sudo or root if you have your own ~/.rpmrc. see rpm documents +for more details) + +DEB: To build deb packages: + + tar zvf @PACKAGE@-@VERSION@.tar.gz + cd @PACKAGE@-@VERSION@ + dpkg-buildpackage -us -uc -rfakeroot + +You will find all the debin source, binary etc. packages put in the parent +(..) directory.