make install (to install locally) or make package (to build a package to install elsewhere) if
required
The compilation process produces a compressed .tgz archive in the pack subdirectory.
Using a remote server
FreeFEM-cs is able to contact a remote server (e.g. on a dedicated computational server) to run FreeFEM scripts :
Install FreeFEM-cs on the client computer (the one where graphics will be displayed).
Also install FreeFEM-cs (or at least the server part) on the computer where FreeFEM computations will run.
Start ffcsserver on the server. If necessary, the command-line option "-ServerPort" makes the server listen to another TCP port
than the default. Please be careful that the server should always be protected against unauthorized use. Because of the very high
flexibility of the FreeFEM language, internet access to this server should always be controlled and restricted to identified users
(a passwd file is provided if no other access control is available).
In the FreeFEM-cs client, check "Options/Remote Server" and specify the name of the server in "Options/Other Options/Server Name". You may
also have to specify a TCP port number in "Options/Other Options/Server Port" if "-ServerPort" was used on the server. Also update
"Options/Other Options/Server User" and "Options/Other Options/Server Password" according to the contents of the FreeFEM-cs/passwd file on the
server.