Changes between Version 7 and Version 8 of GEC13VMSetup


Ignore:
Timestamp:
03/06/12 05:25:54 (12 years ago)
Author:
y-chiba@bq.jp.nec.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC13VMSetup

    v7 v8  
    9898
    9999Install prerequisites and utils:
    100 
    101100{{{
    102101% sudo apt-get install gcc make ruby ruby-dev irb file libpcap-dev libsqlite3-dev
    103 % sudo apt-get install git-core emacs lv
     102% sudo apt-get install rubygems git-core
    104103}}}
    105104
    106 Download and install Trema:
    107 
     105Install Trema:
    108106{{{
    109 % cd ~/Tutorials/Trema
    110 % git clone git://github.com/trema/trema.git .
    111 % ./build.rb
     107% sudo gem install trema --remote
     108% sudo ln -s /var/lib/gems/1.8/bin/trema /usr/bin/trema
    112109}}}
    113110
    114111Download tutorial files:
    115 
    116112{{{
    117 % git clone git://github.com/trema/GEC13.files.git gec13
     113% cd Tutorials/Trema
     114% git clone git://github.com/trema/GEC13.files.git .
    118115}}}
    119116