The GSL could be found at: ftp://ftp.gnu.org/gnu/gsl/gsl-1.11.tar.gz. The latest one is 1.11. It is also the one I used to build SciDavis. After downloading and extracting all files, all you need to do is (2) change to the root directory of GSL files by typing "cd xxx/gsl-1.11". xxx just means the directory hosting GSL files. If it is correctly executed, you should be brought to the root directory of GSL files. (3) type "./configure" to configuring GSL compiling environment (4) If no error, type "sudo make" and a password prompt should appear. After entering your administration password, the compiling process will begin, and you will see lots of messages filling your terminal. (5) If the compiling ends without error, type "sudo make install" and the installation will be carried. (6) That is done after the command prompt appears again. (7) If you got some troubles and would like to restart the process, just type "sudo make clean" to clean all temp files. If you want to uninstall GSL, just type "sudo make uninstall" Hope this help. (Version 0.2b1) |