Some tips on installing auto for the short course Sep 20/21 2016

The relevant pages from the auto-documentation.

I an ideal linux/unix environment the commands to follow are:
tar xvfo auto07p-0.9.1.tar.gz

cd auto/07p

./configure

make

make clean
test by:
source $HOME/auto/07p/cmds/auto.env.sh

xxx FOR UNI BREMEN ACCOUNTS: source  /usr/lib/auto-07p/cmds/auto.env.sh xxx


auto

mkdir myab

cd myab

copydemo('ab')

run('ab')

plot()
Then some output and a plot window should appear.