~ubuntu-branches/ubuntu/vivid/ardour/vivid-proposed

« back to all changes in this revision

Viewing changes to tools/linux_packaging/README

  • Committer: Package Import Robot
  • Author(s): Felipe Sateler, Jaromír Mikeš, Felipe Sateler
  • Date: 2014-05-22 14:39:25 UTC
  • mfrom: (29 sid)
  • mto: This revision was merged to the branch mainline in revision 30.
  • Revision ID: package-import@ubuntu.com-20140522143925-vwqfo9287pmkrroe
Tags: 1:2.8.16+git20131003-3
* Team upload

[ Jaromír Mikeš ]
* Add -dbg package

[ Felipe Sateler ]
* Upload to experimental

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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/su), and copy the 
 
11
contents of the appropriate bundle (32-bit or 64-bit) to your /opt
 
12
folder. 
 
13
 
 
14
 
 
15
* Links and Menu entries:
 
16
 
 
17
In addition to installing the program, the installer will create:
 
18
1) A desktop link to launch the Ardour application
 
19
2) A menu entry in Gnome/KDE
 
20
3) An uninstall script in the /opt folder.
 
21
 
 
22
 
 
23
* Uninstaller:
 
24
 
 
25
To uninstall Ardour, run the uninstaller script in the /opt folder.
 
26
This will remove the app, desktop links, menu links, and
 
27
the uninstaller itself.
 
28
 
 
29
 
 
30
* Manual Installation:
 
31
 
 
32
If you would prefer to install Ardour in a custom location, then you
 
33
may simply unzip the appropriate package (32bit or 64bit) to your
 
34
preferred location and run the Ardour application from the "bin"
 
35
folder inside.
 
36