git clone https://github.com/fortran-lang/stdlib
cd stdlib
mkdir build
cd build
cmake ..
make
ctest
Alternatively, you can build using provided Makefiles:
make -f Makefile.manual
git clone https://github.com/fortran-lang/stdlib
cd stdlib
mkdir build
cd build
cmake ..
make
ctest
Alternatively, you can build using provided Makefiles:
make -f Makefile.manual