Update version to 0.16
[ust.git] / tests / benchmark / install
1 #!/bin/bash
2 #
3 # install ust
4
5 # compile and install UST
6 cd ../../
7 make clean
8 CFLAGS=-O3 ./configure
9 make
10 sudo make install
11 sudo ldconfig
12
13 # compile benchmark
14 cd tests/benchmark
15 make clean && make
This page took 0.029998 seconds and 4 git commands to generate.