I’m trying to install Licode on a Ubuntu 12.04 vps (an Azrure vps actually).
I’m following the guide on: http://lynckia.com/licode/install.html
I’m stuck in step 4 (install all Licode components).
When i running the command: /licode/scripts/installErizo.sh
It says that:
CMAKE Error at erizo/CMakeLists.txt: 6 (message):
lib not found: NICE-NOTFOUND check README
Call Stack (most recent call first):
erizo/CMakeLists.txt:48 (test_lib)
I have googled for this issue but haven’t found anything yet. NICE is a name of a package that i’m missing?
UPDATE: Reading code from the .sh file and trace to the CMakeLists.txt file. I found that there is a line of building code:
find_library(NICE nice HINTS "${THIRD_PARTY_LIB}")
Looks like NICE is exactly a third party library. I found nothing on Google about a libaray named “NICE” but in the /src/erizo
folder, i can see NiceConnection.h
and NiceConnection.cpp
file.
However i still don’t know how to get it work.