Skip to content
Snippets Groups Projects
Commit 889698f7 authored by Babis Kaidos's avatar Babis Kaidos
Browse files

New netbee lib, fixes need for very old bison

parent f6f6d928
No related branches found
No related tags found
No related merge requests found
......@@ -189,17 +189,18 @@ function of13 {
fi
# Install netbee
NBEESRC="nbeesrc-jan-10-2013"
NBEESRC="nbeesrc-feb-24-2015"
NBEEURL=${NBEEURL:-http://www.nbee.org/download/}
wget -nc ${NBEEURL}${NBEESRC}.zip
unzip ${NBEESRC}.zip
cd ${NBEESRC}/src
NBEEDIR=netbee
cd ${NBEEDIR}/src
cmake .
make
cd $BUILD_DIR/
sudo cp ${NBEESRC}/bin/libn*.so /usr/local/lib
sudo cp ${NBEEDIR}/bin/libn*.so /usr/local/lib
sudo ldconfig
sudo cp -R ${NBEESRC}/include/ /usr/
sudo cp -R ${NBEEDIR}/include/ /usr/
# Resume the install:
cd $BUILD_DIR/ofsoftswitch13
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment