Skip to content

Commit 7c99e70

Browse files
committed
docs: added documentation regarding building with fypp script
1 parent 2b63915 commit 7c99e70

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,21 @@ To use `stdlib` within your `fpm` project, add the following lines to your `fpm.
199199
stdlib = { git="https://github.com/fortran-lang/stdlib", branch="stdlib-fpm" }
200200
```
201201

202+
### Build with [fypp-script](https://github.com/fortran-lang/fpm/pull/729)
203+
204+
Fortran Package Manager has a compiler wrapper `fypp-script` that can be used to compile stdlib without
205+
switching to `stdlib-fpm` branch.
206+
207+
```sh
208+
git clone https://github.com/fortran-lang/fpm.git
209+
```
210+
211+
```
212+
fpm run -- build --compiler "$PWD/fypp-gfortran.py" -C stdlib
213+
```
214+
215+
**Note** : At this stage, building using `stdlib-fpm` branch should be the preferred way of using `stdlib` with `fpm`.
216+
202217
## Using stdlib in your project
203218

204219
The stdlib project exports CMake package files and pkg-config files to make stdlib usable for other projects.

0 commit comments

Comments
 (0)