Skip to content
Stefano Zaghi edited this page Sep 27, 2016 · 7 revisions

The tree structure of the FLAP project is the following:

.
├── CONTRIBUTING.md
├── fobos
├── LICENSE.bsd-2.md
├── LICENSE.bsd-3.md
├── LICENSE.gpl3.md
├── LICENSE.mit.md
├── makedoc.sh
├── makefile
├── README.md
└── src
    ├── lib
    │   ├── flap_command_line_arguments_group_t.f90
    │   ├── flap_command_line_argument_t.F90
    │   ├── flap_command_line_interface_t.F90
    │   ├── flap.f90
    │   ├── flap_object_t.f90
    │   └── flap_utils_m.f90
    ├── tests
    │   ├── test_basic.f90
    │   ├── test_choices_logical.f90
    │   ├── test_nested.f90
    │   └── test_string.f90
    └── third_party
        └── PENF

To download all the available releases and utilities (fobos, license, readme, etc...), it can be convenient to clone whole the project:

git clone --recursive https://github.com/szaghi/FLAP

Alternatively, you can directly download a release from GitHub server, see the ChangeLog.

Requirements

Before download and compile FLAP you must check the requirements.

Clone this wiki locally