ardour/tools/linux_packaging
Todd Naugle 8d632b79d5 fix logic error in jack version check that caused it to not detect newer jack versions
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@14083 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-02-21 21:47:59 +00:00
..
README The installer will now create a link to the program in /usr/local/bin to allow starting from the command line. If the installer or uninstaller is not running as root, they will now attempt to use both sudo and su to get root access. This means double click install now works on systems that don't have sudo installed or configured. 2012-02-29 17:26:38 +00:00
ardour.sh.in remove translation hack, which for some reason is not needed for ardour 2.X 2012-07-21 21:18:19 +00:00
build better version of previous commit (better as in "working") 2012-06-18 20:58:10 +00:00
buildenv linux packaging changes that use a specially installed GTK stack 2010-10-24 21:55:18 +00:00
install.sh Installer now handles i18n of the Desktop folder. Running the installer or uninstaller as root work correctly and does not invalidate the sanity checks. Corrected method used to detect if the installer is already running in a visable terminal. 2011-11-08 17:55:49 +00:00
noderun 2.X-ify noderun, part four 2012-06-12 20:13:11 +00:00
package Fix debug build detection 2011-04-28 21:07:23 +00:00
stage2.run fix logic error in jack version check that caused it to not detect newer jack versions 2013-02-21 21:47:59 +00:00
uninstall.sh.in remove code for the manual link which was accidentally picked up in the last checkin 2012-02-29 17:54:16 +00:00

README

* Installing Ardour:

On most distributions, you can double-click the file "install.sh".

Alternatively, you can use a Terminal to run the installer.  Navigate
to the folder and run:
	
	./install.sh
	
The installer will ask for your root password (sudo/su), and copy the 
contents of the appropriate bundle (32-bit or 64-bit) to your /opt
folder. 


* Links and Menu entries:

In addition to installing the program, the installer will create:
1) A desktop link to launch the Ardour application
2) A menu entry in Gnome/KDE
3) An uninstall script in the /opt folder.


* Uninstaller:

To uninstall Ardour, run the uninstaller script in the /opt folder.
This will remove the app, desktop links, menu links, and
the uninstaller itself.


* Manual Installation:

If you would prefer to install Ardour in a custom location, then you
may simply unzip the appropriate package (32bit or 64bit) to your
preferred location and run the Ardour application from the "bin"
folder inside.