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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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