We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 230465d commit 3405811Copy full SHA for 3405811
README.md
@@ -2,10 +2,27 @@
2
3
## Getting started
4
5
+### Get the code
6
+
7
```
8
git clone https://github.com/fortran-lang/stdlib
9
cd stdlib
10
+```
11
12
+### Build with CMake
13
14
15
+cmake .
16
make
17
+ctest
18
19
20
+### Build with make
21
22
+Alternatively, you can build using provided Makefiles:
23
24
25
+make -f Makefile.manual
26
27
28
## Contributing
0 commit comments