ardour/tools/linux_packaging
Paul Davis a34f572964 specify shell to use during install, to avoid problems with non-standard shells.
based on github pull request #68 from nulltrek, who noted: "If the system shell
is not syntax compliant with sh (such as fish shell), the install script fails
to execute some lines (like stage2.run:671, fish shell doesn't have the &&
operator) because the "su" command opens a new default shell"
2014-12-18 11:40:30 -05:00
..
ardour.sh.in make startup helper script use actual version, not a hard-coded 3.0 value 2013-06-11 10:32:16 -04:00
build fix binding file bundle path 2014-12-10 20:16:10 +01:00
buildenv
install.sh
noderun on linux, build ALSA backend as part of binary bundle, but don't include libdbus in bundle 2014-07-11 10:40:45 -04:00
package change extention of linux installers to .run 2014-11-28 03:41:49 +01:00
README
run
stage2.run specify shell to use during install, to avoid problems with non-standard shells. 2014-12-18 11:40:30 -05:00
uninstall.sh.in don't use cached sudo password in un/installer 2014-11-13 06:00:29 +01:00

* 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.