10 lines
126 B
Bash
Executable File
10 lines
126 B
Bash
Executable File
#! /bin/sh
|
|
|
|
aclocal
|
|
autoconf
|
|
automake -a -c
|
|
./configure --prefix=$HOME --with-h5part=$HOME --enable-boost
|
|
make
|
|
#make install
|
|
|