Changes between Version 5 and Version 6 of GEC13VMSetup


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC13VMSetup

    v5 v6  
    9595}}}
    9696
     97== Trema Tutorial ==
     98
     99Install prerequisites and utils:
     100
     101{{{
     102% sudo apt-get install gcc make ruby ruby-dev irb file libpcap-dev libsqlite3-dev
     103% sudo apt-get install git-core emacs lv
     104}}}
     105
     106Download and install Trema:
     107
     108{{{
     109% cd ~/Tutorials/Trema
     110% git clone git://github.com/trema/trema.git .
     111% ./build.rb
     112}}}
     113
     114Download tutorial files:
     115
     116{{{
     117% git clone git://github.com/trema/GEC13.files.git gec13
     118}}}