Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add note to the alternative fpm build instructions
  • Loading branch information
jalvesz committed Jan 6, 2024
commit 10c757e5401de0d1c377705e28a3b468744bf6d5
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ git checkout stdlib-fpm
fpm build --profile release
```

Or alternatively:
**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:

```sh
source ./ci/fpm-deployment.sh
cd stdlib-fpm/
Expand Down