The file 'gspiceui-v1.2.87/Install' states (around lines 88-91)
vvv
mkdir my-build
cd my-build
./configure --without-subdirs --disable-compat28
make
^^^
This didn't work for me but changing (single period)
./configure --without-subdirs --disable-compat28
to (double period)
../configure --without-subdirs --disable-compat28
did
The file 'gspiceui-v1.2.87/Install' states (around lines 88-91)
vvv
mkdir my-build
cd my-build
./configure --without-subdirs --disable-compat28
make
^^^
This didn't work for me but changing (single period)
./configure --without-subdirs --disable-compat28
to (double period)
../configure --without-subdirs --disable-compat28
did
Regards
Brewmanz
In the current source tree this section has been moved to the user manual.
I just checked the relevant section and you are quite correct. I've modified
the manual as you've suggested.
Thanks for the feedback, it all helps.
Regards
Mike Waters