install-homa.sh 413 Bytes
Newer Older
Hejing Li's avatar
Hejing Li committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/bin/bash -eux

apt-get update
apt-get -y install \
    autoconf \
    automake \
    build-essential \
    g++ \
    git \
    libevent-dev \
    libssl-dev \
    libtool \
    libunwind-dev \
    make \
    vim \
    pkg-config

mkdir -p /root
#git clone https://github.com/PlatformLab/HomaModule.git /root/homa
cp -r /tmp/input/homa /root/homa
cd /root/homa
#git checkout linux_5.17.7
cd /root/homa/util
make