How to Compile and Install Ardour on Ubuntu Linux from Source Code for Free
Audio Interface
US: https://amzn.to/2Lim3i8
UK: https://amzn.to/2J5G4Iu
CAN: https://amzn.to/2Iy383G
Studio Headphones
US: https://amzn.to/2GEDtSG
UK: https://amzn.to/2RtfnkR
CAN: https://amzn.to/2L83eRp
Microphone Kit
US: https://amzn.to/2Lex18B
UK: https://amzn.to/2RvdVyl
CAN: https://amzn.to/2IYqwX3
Microphone Stands
US: https://amzn.to/2LieDf7
UK: https://amzn.to/2ZHDq2C
CAN: https://amzn.to/2Ixyvvd
XLR Cable
US: https://amzn.to/2Ll3Vo0
UK: https://amzn.to/2ZDWJtu
CAN: https://amzn.to/2x4lVNB
In this video, we cover how to install Ardour on Ubuntu Linux. This program is free if you compile it yourself, but you do need to pay if you want the installer. Instead, we’ll cover in detail how to install all the dependencies and compile from source so you can use the program absolutely free.
Instructions:
Download and Install the Dependencies: https://drive.google.com/open?id=0B3lGMS6qsmQGU0Fiakk1eGR5T3c
sudo apt-get -y install libboost-all-dev
sudo apt-get -y install libasound2-dev
sudo apt-get -y install libglib2.0-dev
sudo apt-get -y install glibmm-2.4-dev
sudo apt-get -y install libsndfile1-dev
sudo apt-get -y install libcurl4-gnutls-dev
sudo apt-get -y install liblo-dev
sudo apt-get -y install libtag1-dev
sudo apt-get -y install vamp-plugin-sdk
sudo apt-get -y install librubberband-dev
sudo apt-get -y install libfftw3-dev
sudo apt-get -y install libaubio-dev
sudo apt-get -y install libxml2-dev
sudo apt-get -y install libcwiid-dev
sudo apt-get -y install jack
sudo apt-get -y install libjack-dev
sudo apt-get -y install jackd
sudo apt-get -y install qjackctl
sudo apt-get -y install liblrdf0-dev
sudo apt-get -y install libsamplerate-dev
sudo apt-get -y install lv2-dev
sudo apt-get -y install libserd-dev
sudo apt-get -y install libsord-dev
sudo apt-get -y install libsratom-dev
sudo apt-get -y install liblilv-dev
sudo apt-get -y install libgtkmm-2.4-dev
sudo apt-get -y install libarchive-dev
Download the Source Code
sudo apt-get install git
mkdir ardour
cd ardour
git clone git://git.ardour.org/ardour/ardour.git
Compile the Program
cd ardour
./waf configure
./waf
Install the Program
sudo ./waf install
Launch Jack
qjackctl
Launch Ardour
ardour5
Social Media:
Facebook: https://www.facebook.com/YourHomeRecording
Twitter: https://twitter.com/YHRecording
Your Home Recording is a participant in the Amazon Associates program. We may receive a commission for eligible purchases through our product links.
ubuntu download