-
Notifications
You must be signed in to change notification settings - Fork 4
Download
Stefano Zaghi edited this page Sep 9, 2016
·
1 revision
FURY home is at https://github.com/szaghi/FURY.
The main tree structure of the FURY project is the following:
.
├── CONTRIBUTING.md
├── doc
├── fobos
├── LICENSE.bsd-2.md
├── LICENSE.gpl3.md
├── LICENSE.mit.md
├── README.md
├── run_tests.sh
└── src
├── lib
│ ├── fury.f90
│ ├── fury_qreal.F90
│ ├── fury_system_abstract.f90
│ ├── fury_system_si.f90
│ ├── fury_uom_converter.F90
│ ├── fury_uom.F90
│ ├── fury_uom_reference.F90
│ └── fury_uom_symbol.F90
├── tests
│ ├── fury_test_bolt.f90
│ ├── fury_test_qreal_add_aliases_failure.f90
│ ├── fury_test_qreal_add.f90
│ ├── fury_test_qreal_add_failure.f90
│ ├── fury_test_qreal_aliases.f90
│ ├── fury_test_qreal_assign.f90
│ ├── fury_test_qreal_conversions_complex.f90
│ ├── fury_test_qreal_conversions_si.f90
│ ├── fury_test_qreal_conversions_simple.f90
│ ├── fury_test_qreal_div.f90
│ ├── fury_test_qreal_mul.f90
│ ├── fury_test_qreal_pow.f90
│ ├── fury_test_qreal_sub.f90
│ ├── fury_test_system_si.f90
│ ├── fury_test_uom_add.f90
│ ├── fury_test_uom_add_failure.f90
│ ├── fury_test_uom_aliases.f90
│ ├── fury_test_uom_assign.f90
│ ├── fury_test_uom_assign_failure.f90
│ ├── fury_test_uom_div.f90
│ ├── fury_test_uom_mul.f90
│ ├── fury_test_uom_parse_failure.f90
│ ├── fury_test_uom_pow.f90
│ ├── fury_test_uom_sub.f90
│ └── fury_test_uom_sub_failure.f90
└── third_party
├── PENF
└── StringiForA minimal manual installation requires the modules into 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 recursively this repository:
git clone --recursive https://github.com/szaghi/FURY - or download the latest master-branch archive at https://github.com/szaghi/FURY/archive/master.zip
- or download a release archive at https://github.com/szaghi/FURY/releases
Before download and compile FURY you must check the requirements.
Home | About | Getting Started Guide | Usage | Copyright © 2016 szaghi