Home    Search    Up    Reference Manuals    Return   

Gensys.1901

Installation of virtual machine Mint191-gensys-1901
Do the following steps:

You only need to do the necessary steps in the above list.
Part 1) can be skipped if you have VirtualBox already installed on your computer.
Part 2) can be skipped if you don't want to update the documentation and the verification examples.

Troubleshooting

If you have problems with file downloading.
Please check the following:

After installation

Please test your installation by running the tutorial examples by following the instructions given in README

Adding own source code

If you want to be able to compile own subroutines. It is necessary to install new compilers in the virtual machine. To do so, please give the following commands:

gen_apt-get_install.sh g++-8
gen_apt-get_install.sh gfortran-8
gen_apt-get_install.sh gcc-8
The output from command "gen_apt-get_install.sh" is appended to file "~/Downloads/installed.out". In this file you can track all packages installed with the "gen_apt-get_install.sh"-command.