-
Notifications
You must be signed in to change notification settings - Fork 7
Download
Stefano Zaghi edited this page Nov 4, 2015
·
1 revision
The tree structure of the VecFor project is the following:
├── CONTRIBUTING.md
├── fobos
├── LICENSE.bsd-2.md
├── LICENSE.bsd-3.md
├── LICENSE.gpl3.md
├── LICENSE.mit.md
├── README.md
└── src
│ ├── lib
│ │ └── vecfor.F90
│ └── tests
│ ├── fobos
│ └── simple.f90
A minimal manual installation requires the 1 module
-
vecfor.F90
;
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 https://github.com/szaghi/VecFor
Alternatively, you can directly download a release from GitHub server, see the ChangeLog.
Before the download and compile VecFor you must check the requirements.
Home | About | Getting Started Guide | Usage | Copyright © 2015 szaghi