Manual
VCMaker's manual comes in two form:
A light-weigth version with only the manual: VCMaker_Light_Manual.pdf
And the full version that includes a theory section: Coming soon !
Source code
VCMaker's source code can be found and downloaded on Github: github.com/JulienEng/VCMaker/
Installation
VCMaker is written in FORTRAN and has been tested with the GFortran compiler. It requires the LAPACK libraries to be installed on your system. To install it on UNIX distributions simply unpack the source code archive:
unzip VCMaker-main.zip
Alternatively, it is possible to clone the directory from GitHub:
git clone https://github.com/JulienEng/VCMaker.git
Then navigate into the VCMaker directory and simply run:
make all
The executable files in vcmaker.x and can be added to the $PATH variable for convenience.