|
|
# Installing dependencies on Windows #
|
|
|
|
|
|
|
|
|
## For binary use ##
|
|
|
|
|
|
To use a pre-compiled version of LMGC90 on windows, one must install
|
|
|
[Anaconda version 2018.12 of Python 3.7](https://www.anaconda.com/distribution).
|
|
|
|
|
|
## To build from source ##
|
|
|
|
|
|
The first thing is to install the ubuntu environment in Windows by following these instructions:
|
... | ... | @@ -13,15 +8,15 @@ The first thing is to install the ubuntu environment in Windows by following the |
|
|
* https://www.windows8facile.fr/w10-activer-bash-linux/
|
|
|
* https://solarianprogrammer.com/2017/04/16/windows-susbsystem-for-linux-xfce-4/
|
|
|
|
|
|
Then in an ubuntu terminal run the following commands:
|
|
|
Then in an ubuntu 18.04 terminal run the following commands:
|
|
|
|
|
|
```shell
|
|
|
sudo apt install firefox lxterminal
|
|
|
sudo apt-get install cmake gcc g++ gfortran liblapack-dev swig python-dev python-numpy python-scipy python-vtk paraview python-pip
|
|
|
sudo apt install firefox
|
|
|
sudo apt-get install cmake gcc g++ gfortran liblapack-dev swig python3-dev python3-numpy python3-scipy python3-vtk7 paraview python3-pip
|
|
|
sudo -H pip install jupyter
|
|
|
```
|
|
|
|
|
|
****
|
|
|
|
|
|
| [back](./Prerequisites) | [next](./Download_and_install) |
|
|
|
|:-------------------|--------------------------:| |
|
|
|:------------------------|-------------------------------:| |