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