Changes between Version 26 and Version 27 of GENIExperimenter/Tutorials/SystematicExprCaseStudy/InstallSoftware


Ignore:
Timestamp:
05/12/16 11:06:39 (8 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/SystematicExprCaseStudy/InstallSoftware

    v26 v27  
    109109 * Install Dependencies
    110110{{{
    111  $ sudo apt-get update
    112  $ sudo apt-get install libssl-dev
    113  $ sudo apt-get install ncurses-dev 
    114  $ sudo apt-get install libpcap-dev
    115  $ sudo apt-get install g++ traceroute
    116  $ sudo apt-get install scons
     111 sudo apt-get update
     112 sudo apt-get install libssl-dev
     113 sudo apt-get install ncurses-dev 
     114 sudo apt-get install libpcap-dev
     115 sudo apt-get install g++ traceroute
     116 sudo apt-get install scons
    117117}}}
    118118 * Download XORP source files
    119119{{{
    120  $ cd
    121  $ wget http://www.xorp.org/releases/current/xorp-1.8.5-src.tar.bz2
    122  $ tar jvxf xorp-1.8.5-src.tar.bz2
     120 cd
     121 wget http://www.xorp.org/releases/current/xorp-1.8.5-src.tar.bz2
     122 tar jvxf xorp-1.8.5-src.tar.bz2
    123123}}}
    124124
    125125 * Compile and build `XORP`
    126126{{{
    127  $ cd xorp
    128  $ scons
    129  $ sudo scons install
     127 cd xorp
     128 scons
     129 sudo scons install
    130130}}}
    131131