Download the current version of GALib from here.
Extract it in your home folder and go to that folder from terminal.
Edit the file 'makevars'. This file contains the compiler flags that are unique for each cpu/os/compiler, as well as the destination directory for doing 'make install'.
To build the library and the non-graphic examples:
Extract it in your home folder and go to that folder from terminal.
Edit the file 'makevars'. This file contains the compiler flags that are unique for each cpu/os/compiler, as well as the destination directory for doing 'make install'.
To build the library and the non-graphic examples:
% make
To install GAlib on your system:% make installTo build the graphic examples:% cd examples/graphic; makeImportant links : -http://lancet.mit.edu/ga/http://lancet.mit.edu/galib-2.4/GAlib.htmlhttp://geneticalgorithms.ai-depot.com/Libraries.html
This comment has been removed by the author.
ReplyDelete