1) Install Cygwin64: 

 

         setup-x86_64.exe

        (Download from https://www.cygwin.com/install.html)

        (Click hear)

 

2) Compile and execute the following two sample codes:

 

        (1) example_1.c

        (2) example_2.c

 

3) How to edit, compile, and execute:

 

       (1) C:Cygwin64/home/usr

       (2) Copy the above C programs

       (3) Do as follows:

 

            $ gcc -Wall -I/usr/include/ -c example_1.c

            $ gcc -L/lib example_1.o -lgsl -lgslcblas -lm

            $ ./a.exe

 

4) References (To be posted soon)

 

       (1) Unix: unix-통합.pdf

       (2) GSL Mennual: gsl-ref.pdf