Commit d99c03aa authored by Lionel Gauthier's avatar Lionel Gauthier

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5381 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent dd00551a
......@@ -98,7 +98,8 @@ wget http://www.freediameter.net/hg/freeDiameter/archive/1.1.5.tar.gz > install_
tar -xzf 1.1.5.tar.gz > install_log.txt
echo "Uncompressing freeDiameter archive"
cd freeDiameter-1.1.5
patch -p1 < $CURRENT_PATH/freediameter-1.1.5.patch > install_log.txt
echo "Patching freeDiameter"
patch -p1 < $OPENAIRCN_DIR/S6A/freediameter/freediameter-1.1.5.patch > install_log.txt
mkdir build
cd build
# optionaly if needed add -DCMAKE_BUILD_TYPE=debug
......@@ -113,5 +114,5 @@ make -j2 > install_log.txt 2>&1
make test > install_log.txt
sudo make install > install_log.txt
cd $CURRENT_PATH
cd $OPENAIRCN_DIR/OPENAIRHSS/conf
./make_certs.sh
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment