Skip to content

Commit 10c757e

Browse files
committed
add note to the alternative fpm build instructions
1 parent 6cee762 commit 10c757e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,8 @@ git checkout stdlib-fpm
184184
fpm build --profile release
185185
```
186186

187-
Or alternatively:
187+
**Alternative**: as fpm does not currently support fypp natively, building stdlib is done in two steps (a) launch the preprocessor through the fpm-deployment.sh script, which creates a subfolder `stdlib-fpm` (b) build the project using the processed files within the latter subfolder. Which can be done with the following commands:
188+
188189
```sh
189190
source ./ci/fpm-deployment.sh
190191
cd stdlib-fpm/

0 commit comments

Comments
 (0)