Hello, I am this part of the full installation guide (pt 6). What should a valid expression for the --prefix=/where/you/want/to/have/files/installed part look like? I have tried file locations and it doesnt like it. Also does it matter where I install it?
Thank you for the help.
‘’’
git clone https://github.com/FreeFem/FreeFem-sources
cd FreeFem-sources
autoreconf -i
./configure --enable-generic --enable-optim
–enable-download --enable-maintainer-mode
CXXFLAGS=-mtune=generic CFLAGS=-mtune=generic
FFLAGS=-mtune=generic --enable-download --disable-hips
–prefix=/where/you/want/to/have/files/installed
‘’’