mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
- Add --prefix = /usr when configuring
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4033 818b1a75-f10b-46b9-bf7c-635c3b92a50f
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user