Commit 902a6620 authored by Cedric Roux's avatar Cedric Roux

- Add --prefix = /usr when configuring

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4033 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 8fb5a37b
......@@ -13,8 +13,13 @@ For Ubuntu older than 12.04:
wget http://openpgm.googlecode.com/files/libpgm-5.1.118.tar.gz
tar xvf libpgm-5.1.118.tar.gz
cd libpgm-5.1.118/openpgm/pgm
./configure
./configure --prefix=/usr
make
sudo make install
We have to clean oaisim compilation and re-compile
When running OAI, the -D should be used to provide the NIC to bind.
Parameter can be either an interface name or an ip address (refer to this link
for more informations: http://code.google.com/p/openpgm/wiki/OpenPgmConceptsTransport)
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