Bonjour messieurs,
J'ai trouvé une biblio intérressante pour les calculs scientifiques, nottament permettant d'effectuer des opérations sur des matrices. Cependant je ne parviens pas à l'installer pour visual c++. En effet, la procédure d'installation me demande d'effectuer une commande que je ne saurai comprendre:

Installation Instructions
=========================

GSL follows the standard GNU installation procedure. To compile GSL
you will need an ANSI C-compiler. After unpacking the distribution
the Makefiles can be prepared using the configure command,

./configure

You can then build the library by typing,

make

Both static and shared versions of the libraries will be compiled by
default. Compilation of shared libraries can be turned off by
specifying the `--disable-shared' option to `configure', e.g.

./configure --disable-shared
De plus c'est compatible windows:

Hints for Microsoft Windows
===========================

GSL should compile cleanly with GCC under Cygwin or MinGW+MSYS on
Microsoft Windows.
Si quelqu'un peut m'éclairer pour l'installer et l'inserrer dans un projet C je lui serai gréé.