Navigation


Changeset 14:fef572dfbd43 in VirtualTestbed for scripts/circum-install.sh


Ignore:
Timestamp:
Jan 11, 2011, 4:08:18 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Tested new netemul & send delay

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/circum-install.sh

    r13 r14  
    44aptitude install -y autoconf automake libtool pkg-config build-essential \
    55  git-core libhx-dev libpcre3-dev libxml2-dev libssl-dev \
    6   apache2-dev libpam-dev
     6  apache2-dev libpam-dev gdb
    77
    88# Install the link to the configuration
     
    1717cd circum
    1818./autogen.sh
    19 ./configure --prefix=/root/circum-rt
     19./configure --prefix=/root/circum-rt CFLAGS="-O0 -ggdb3" CXXFLAGS="-O0 -ggdb3"
    2020make && make install
    2121
Note: See TracChangeset for help on using the changeset viewer.