info for building.
authorraster <raster>
Thu, 3 Mar 2005 04:09:07 +0000 (04:09 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 3 Mar 2005 04:09:07 +0000 (04:09 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/eet@13573 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

README.in

index 0d8f6f5..8eaad22 100644 (file)
--- a/README.in
+++ b/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.