added more detailed instructions and examples for building on ubuntu (10.4)
added new version number in changelog
Index: INSTALL.txt
===================================================================
--- INSTALL.txt	(revision 1925)
+++ INSTALL.txt	(working copy)
@@ -159,6 +159,10 @@
 It's also best to ensure that your PATH is pointing to the Qt 4
 versions of moc and uic, and not the Qt 3 versions.
 
+E.g. for Ubuntu 10.4, if you wanted to also enable lash, portaudio and portmidi you would use the following call:
+
+	$ QTDIR=/usr/share/qt4 scons lash=1 portaudio=1 portmidi=1
+
 ___CREATING A BINARY PACKAGE___
 
 If you are a package maintainer and wish for your packaging scripts to
@@ -183,8 +187,13 @@
 
 This will place the .deb package and description files in the parent
 directory.  If you wish to change the version number for the archive,
-edit linux/debian/changelog to set the version.
+edit linux/debian/changelog to set the version. To install the newly
+created deb package run the following (substitute the deb package
+name with the version your build created):
 
+	$ cd ..
+	$ sudo dpkg -i hydrogen_0.9.4_amd64.deb
+
 6. INSTALL.txt Changelog
 ------------------------
 
Index: linux/debian/changelog
===================================================================
--- linux/debian/changelog	(revision 1925)
+++ linux/debian/changelog	(working copy)
@@ -1,6 +1,9 @@
-hydrogen (0.9.4) unstable; urgency=low
+hydrogen (0.9.5) unstable; urgency=low
 
+  * Version 0.9.5
 
+  * added -k/--kit flag to hydrogen binary to open named drumkit on startup
+
   * Version 0.9.4
 
   * added Catalonian translation

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Hydrogen-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hydrogen-devel

Reply via email to