Install NS 2.34 in Ubuntu

February 24th, 2010
  1. Download source code here.
  2. Install dependencies:
    sudo apt-get install tk8.4-dev

    (Otherwise otcl will complain for X headers. I really wonder if this is the right package. Anyway, it works.)

  3. Run installation:
    ./install
  4. (optional) Run validation:
    cd ns-2.34
    ./validate

Leave a Reply