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.

git-svn-id: svn://localhost/ardour2/branches/3.0@11553 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Todd Naugle
2012-02-29 17:55:13 +00:00
parent 8de887f378
commit a3eaff8fa3
3 changed files with 112 additions and 39 deletions

View File

@@ -7,10 +7,9 @@ to the folder and run:
./install.sh
The installer will ask for your root password (sudo), and copy the
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. If your distro does not provide sudo, then run install.sh
as root (su -c ./install.sh).
folder.
* Links and Menu entries:
@@ -23,8 +22,8 @@ In addition to installing the program, the installer will create:
* Uninstaller:
To uninstall Ardour, run the uninstaller script in the /opt folder
(as root). This will remove the app, desktop links, menu links, and
To uninstall Ardour, run the uninstaller script in the /opt folder.
This will remove the app, desktop links, menu links, and
the uninstaller itself.