
If you are not familiar with git, just accept the defaults suggested by the installer.įinally, we are going to install vcpkg which is a C++ library manager that will let us install GSL.

Once the Visual Studio installer starts, check the Desktop development with C++ workload: Make sure that you install the proper Visual Studio and not Visual Studio Code which is an entirely different product. I recommend that you read the install part for your OS and the part that shows how to use GSL to solve a linear system of equations.įor Windows, I recommend that you first install Visual Studio 2019. GSL usage example - solving a linear system of equations.You can find a detailed description of GSL capabilities in the GSL reference manual. You can use GSL for example to solve a linear system of equations, to fit a curve to a set of points, for numerical integration, statistical calculations and so on.

GSL is a C library for numerical computations.

In this article, I will show you how to install GSL - the GNU Scientific Library on Windows, macOS and Linux, and how to compile and run a simple GSL program. Solarian Programmer My programming ramblings Home Archives Contact Privacy Getting started with GSL - GNU Scientific Library on Windows, macOS and Linux Posted on Januby Paul
