When you install software on linux, you need administrator privilege.
Instead of typing just “command”, you must type
“sudo command” (it means to do as a superuser). Then the system asks you to give the administrator password for your computer. You need to do this for all of your commands, otherwise you get the messages “permission denied” or “requested operation requires superuser privilege”
Also when I command make - j4 , the terminal stops after a while.
I am following the instructions on the freefem page. Is there a different installation and compilation way? I have been dealing to install freefem for 5 days and I still have not done it yet
git checkout develop. Also, never use sudo for installing FreeFEM (or other packages in general), this is bad practice, it’s best to use a prefix install, just read GitHub - FreeFem/FreeFem-sources: FreeFEM source code.
I am assisting someone with installing FreeFem from source and am also running into the MD5 problem for boost_for_bemtool.tar.gz when I attempt to run 3rdparty/getall. That script expects a value of “bb0e3ee1ad06174c80a69bc0756034e7” for the boost_for_bemtool.tar.gz file but “md5sum boost_for_bemtool.tar.gz” gives a different value. Moreover, I downloaded the getall from FreeFem v. 4.14 and it expects another different value. Maybe I don’t understand how this is supposed to be used but I would expect the md5sum for boost_for_bemtool.tar.gz to be unchanged between getall releases. I am tempted to replace the md5sum in getall with the value on the download site but that defeats the purpose of the md5sum, so I would rather get your advice on how to resolve this.