Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
make_tracy-3.5.sh 236 B
#!/bin/sh

dir=`pwd`

#NUM_REC="$dir/num_rec"

#INSTALL="/usr/bin/install"

TRACY="tracy"

cd "$dir/$TRACY"

rm -rf autom4te.cache
rm -rf aclocal.m4

make distclean

./bootstrap
./configure --prefix=$dir/$TRACY/tracy

make
make install