
Previous: 2.3.1 Configure script
Up: 2.3 X Windows
2.3.2 Without the configure script
edit the makefile.x and make the changes
- check and change the name of your C++ compiler
- X11 directories for include files and libraries
- add
-DADAPT
if you want to use the adaptation mesh facilities in freefem
- add
-DDEBUG
if you want 'adapt' to be in debugging mode
then do
% make -f makefile.x
normally everything should compile correctly
Christophe Prud'homme
