... | ... | @@ -2,24 +2,18 @@ |
|
|
|
|
|
## To install ##
|
|
|
|
|
|
The only other pre-requisite to use LMGC90 on Windows is the Python distribution used.
|
|
|
A binary build is provided to work with the Anaconda python distribution
|
|
|
which can be downloaded from here:
|
|
|
* [32 bits](https://repo.continuum.io/archive/.winzip/Anaconda2-2.5.0-Windows-x86.zip)
|
|
|
* [64 bits](https://repo.continuum.io/archive/.winzip/Anaconda2-2.5.0-Windows-x86_64.zip)
|
|
|
The first thing is to install the ubuntu environment in Windows by following these instructions:
|
|
|
|
|
|
Once the file downloaded, unzip it and run the installer.
|
|
|
* https://www.windows8facile.fr/w10-activer-bash-linux/
|
|
|
* https://solarianprogrammer.com/2017/04/16/windows-susbsystem-for-linux-xfce-4/
|
|
|
|
|
|
## To visualize ##
|
|
|
Then in an ubuntu terminal run the following commands:
|
|
|
|
|
|
To generate visualization files the **vtk** python module must be added. To do that
|
|
|
launch the `Anaconda Prompt` software and type:
|
|
|
```shell
|
|
|
conda install vtk
|
|
|
sudo apt-get install cmake gcc g++ gfortran liblapack-dev swig python-dev python-numpy python-scipy python-vtk paraview python-pip
|
|
|
sudo pip install jupyter
|
|
|
```
|
|
|
|
|
|
To visualize the files install the Paraview software from [here](http://www.paraview.org/download)
|
|
|
|
|
|
****
|
|
|
|
|
|
| [back](./Prerequisites) | [next](./Download_and_install) |
|
... | ... | |