From 902a66208f827105221a2383686a1fa54f8453ad Mon Sep 17 00:00:00 2001
From: Cedric Roux <cedric.roux@eurecom.fr>
Date: Wed, 17 Jul 2013 08:53:02 +0000
Subject: [PATCH] - Add --prefix = /usr when configuring

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4033 818b1a75-f10b-46b9-bf7c-635c3b92a50f
---
 openair1/SIMULATION/ETH_TRANSPORT/README.txt | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/openair1/SIMULATION/ETH_TRANSPORT/README.txt b/openair1/SIMULATION/ETH_TRANSPORT/README.txt
index 0151a18f77..a1c1ed9562 100644
--- a/openair1/SIMULATION/ETH_TRANSPORT/README.txt
+++ b/openair1/SIMULATION/ETH_TRANSPORT/README.txt
@@ -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)
-- 
2.26.2