Install OLA from GIT, because apt-get does not work

,

getting closer:

sudo apt-get install bison
sudo apt-get install flex
sudo apt-get install uuid
sudo apt-get install uuid-dev
sudo apt-get install cppunit
sudo apt-get install protobuf-compiler
sudo apt-get install libprotobuf-lite8 (Works without)
sudo apt-get install liblo-dev(Works without)
sudo apt-get install python-protobuf
sudo apt-get install libprotobuf-dev
sudo apt-get install libprotoc-dev
sudo apt-get install protobuf-compiler
sudo apt-get install libcppunit-dev
sudo apt-get install libcppunit-1.13-0
sudo apt-get install pkg-config
sudo apt-get install libncurses5-dev
sudo apt-get install libtool
sudo apt-get install libmicrohttpd-dev
sudo apt-get install python-numpy
sudo apt-get install libmicrohttpd10
sudo apt-get install libavahi-client-dev
sudo apt-get install zlib1g-dev
sudo apt-get install libftdi-dev
sudo apt-get install libftdi1
sudo apt-get install libusb-1.0-0-dev

//Already installled
sudo apt-get install autoconf
sudo apt-get install automake
sudo apt-get install g++
sudo apt-get install make

//run this tool
libtoolize

//Grab OLA
git clone https://github.com/OpenLightingProject/ola.git

//Install it
git pull
autoreconf -i
./configure --enable-rdm-tests
sudo make
sudo make check
sudo make install
sudo ldconfig

//start OLA
olad -l 3

//Go the webpage
http://your IP:9090/ola.html

The whole thing is gonna take around 10Hours to install!!!

By the way apt always spits out these openhab errors…

Updating FireMotD available updates count … W: Failed to fetch https://openhab.ci.cloudbees.com/job/openHAB-Distribution/ws/distributions/openhab-offline/target/apt-repo/Packages HttpError404

W: Failed to fetch https://openhab.ci.cloudbees.com/job/openHAB-Distribution/ws/distributions/openhab-online/target/apt-repo/Packages HttpError404

Compiling now…