comparison scripts/circum-install.sh @ 14:fef572dfbd43

Tested new netemul & send delay
author Sebastien Decugis <sdecugis@nict.go.jp>
date Tue, 11 Jan 2011 16:08:18 +0900
parents cce88765f200
children
comparison
equal deleted inserted replaced
13:cce88765f200 14:fef572dfbd43
1 #!/bin/bash -x 1 #!/bin/bash -x
2 2
3 # Install dependencies 3 # Install dependencies
4 aptitude install -y autoconf automake libtool pkg-config build-essential \ 4 aptitude install -y autoconf automake libtool pkg-config build-essential \
5 git-core libhx-dev libpcre3-dev libxml2-dev libssl-dev \ 5 git-core libhx-dev libpcre3-dev libxml2-dev libssl-dev \
6 apache2-dev libpam-dev 6 apache2-dev libpam-dev gdb
7 7
8 # Install the link to the configuration 8 # Install the link to the configuration
9 /home/aaa/installvm.sh conflink 9 /home/aaa/installvm.sh conflink
10 10
11 # Build circum 11 # Build circum
14 cd /root 14 cd /root
15 git clone file:///home/aaa/src/circum 15 git clone file:///home/aaa/src/circum
16 mkdir circum-rt 16 mkdir circum-rt
17 cd circum 17 cd circum
18 ./autogen.sh 18 ./autogen.sh
19 ./configure --prefix=/root/circum-rt 19 ./configure --prefix=/root/circum-rt CFLAGS="-O0 -ggdb3" CXXFLAGS="-O0 -ggdb3"
20 make && make install 20 make && make install
21 21
22 22
"Welcome to our mercurial repository"