At the moment I am able to compile and run a basic "Hello World" programme by using the windows command prompt via the command:
tcc.test.c
followed by
test.exe.
where test is the name of the file contaaing the code for the "Hello World"
programme.
I installed the tcc
folder ontop of my c:\ drive. I have another programme that requires the gsl
library to run but I don't know from where and how to correctly install the library and how to call it when the programme compiles and runs.