-
Notifications
You must be signed in to change notification settings - Fork 30
Download
Stefano Zaghi edited this page Aug 13, 2015
·
4 revisions
The tree structure of the FOODiE project is the following:
.
├── CONTRIBUTING.md
├── doc
├── external
│ ├── IR_Precision
│ └── pyplot-fortran
├── fobos
├── LICENSE.bsd-2.md
├── LICENSE.bsd-3.md
├── LICENSE.gpl3.md
├── LICENSE.mit.md
├── makedoc.sh
├── README.md
├── src
│ ├── lib
│ │ ├── foodie.f90
│ │ ├── foodie_integrator_euler_explicit.f90
│ │ ├── foodie_integrator_tvd_runge_kutta.f90
│ │ ├── IR_Precision.f90 -> ../../external/IR_Precision/src/IR_Precision.f90
│ │ └── type_integrand.f90
│ ├── share
│ └── tests
│ ├── burgers
│ ├── lorenz
│ └── pyplot_module.f90 -> ../../external/pyplot-fortran/src/pyplot_module.f90A minimal manual installation requires the sources placed inside src/lib that can be manually downloaded from the GitHub repository.
However, 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/Fortran-FOSS-Programmers/FOODiEAlternatively, you can directly download a release from GitHub server, see the ChangeLog.
Before the download and compile FOODiE you must check the requirements.