13
0
livetrax/tools/linux_packaging
2013-03-22 16:54:06 -04:00
..
ardour.sh.in more i18n fixes, this time removing a hack that broke i18n in bundles, and also only initializing NLS stuff if ENABLE_NLS is in effect. note that if translations are disabled by the user, we set the localedir used to look for message catalogs to a dir that is assumed to not exist (/this/cannot/exist) which should block all translation from happening. 2013-01-23 16:09:10 +00:00
build change extraction of revision and build from revision.cc, and use in the build, package and uninstall scripts 2013-03-22 16:54:06 -04:00
buildenv
install.sh
noderun update during VM/release build via git, not svn 2013-03-14 17:14:39 -04:00
package change extraction of revision and build from revision.cc, and use in the build, package and uninstall scripts 2013-03-22 16:54:06 -04: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:55:13 +00:00
run
stage2.run install new 256px icon 2013-03-04 15:30:26 +00:00
uninstall.sh.in change extraction of revision and build from revision.cc, and use in the build, package and uninstall scripts 2013-03-22 16:54:06 -04: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.