Commit f6635efd authored by Lionel Gauthier's avatar Lionel Gauthier

For itti analyser

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5123 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent d1b3f983
......@@ -75,7 +75,9 @@ cd $OPENAIR_HOME/common/utils/itti_analyzer
if [ ! -f $OPENAIR_HOME/common/utils/itti_analyzer/Makefile ]
then
autoreconf -i
./configure
mkdir -m 777 objs
cd objs
../configure
fi
make install -j`grep -c ^processor /proc/cpuinfo `
......
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