fpm-docs icon indicating copy to clipboard operation
fpm-docs copied to clipboard

More tutorials for using fpm

Open awvwgk opened this issue 3 years ago • 1 comments

We need more tutorials to cover different aspects of fpm. Here are some ideas:

  • [x] adding dependencies: https://github.com/fortran-lang/fpm-docs/pull/18
    • build a new project that depends on stdlib
    • add development dependencies and build unit tests with a testing framework with test-drive/vegetables
    • build a command line application with M_CLI2
  • [x] using fpm plugins: https://github.com/fortran-lang/fpm-docs/pull/36
    • installing fpm-search with fpm
    • querying the registry
    • adding a dependency from the registry

awvwgk avatar Nov 26 '21 18:11 awvwgk

There isn't tutorials about passing compiler command name, environment variables/compiler flags that only are discribed here. At least I could find it under "Tutorial" or "Reference" sections.

band-a-prend avatar Nov 20 '22 14:11 band-a-prend