centralize use of "from-context-menu" in Editor::get_preferred_edit_position(), and...
[ardour.git] / tools / linux_packaging / README
1 * Installing Ardour:
2
3 On most distributions, you can double-click the file "install.sh".
4
5 Alternatively, you can use a Terminal to run the installer.  Navigate
6 to the folder and run:
7         
8         ./install.sh
9         
10 The installer will ask for your root password (sudo), and copy the 
11 contents of the appropriate bundle (32-bit or 64-bit) to your /opt
12 folder. If your distro does not provide sudo, then run install.sh
13 as root (su -c ./install.sh).
14
15
16 * Links and Menu entries:
17
18 In addition to installing the program, the installer will create:
19 1) A desktop link to launch the Ardour application
20 2) A menu entry in Gnome/KDE
21 3) An uninstall script in the /opt folder.
22
23
24 * Uninstaller:
25
26 To uninstall Ardour, run the uninstaller script in the /opt folder
27 (as root).  This will remove the app, desktop links, menu links, and
28 the uninstaller itself.
29
30
31 * Manual Installation:
32
33 If you would prefer to install Ardour in a custom location, then you
34 may simply unzip the appropriate package (32bit or 64bit) to your
35 preferred location and run the Ardour application from the "bin"
36 folder inside.
37