Changes between Version 1 and Version 2 of HowTo/InstallOVSInProtoGENI


Ignore:
Timestamp:
03/10/13 18:46:53 (11 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/InstallOVSInProtoGENI

    v1 v2  
    1010
    1111  * Follow the instructions at `INSTALL.Linux`
     12     * Install the prerequisets:
     13     {{{
     14     sudo apt-get -y install pkg-config libssl-dev libc-dev
     15}}}
     16     * Compile and install
     17     {{{
     18      ./boot.sh
     19      ./configure
     20      make
     21}}}