Changes
Page history
Update compilation
authored
Apr 08, 2020
by
Frédéric Dubois
Show whitespace changes
Inline
Side-by-side
compilation.md
View page @
796ef444
...
...
@@ -65,6 +65,7 @@ else
fi
export
PATH
=
${
PATH
}
:mysourcepath/src/addons
```
On the use of LMGC90 itself, read the
[
first steps
](
./first_steps
)
section.
## Windows Anaconda ##
...
...
@@ -72,8 +73,8 @@ Open an Anaconda prompt
Move to
`lmgc90_user_xxxx`
folder with
`cd`
command
Then to set up an environment that will allow to
build lmgc90, r
un the following command:
Then
you have
to set up an environment
, with some required packages,
that will allow to
build lmgc90.
R
un the following command:
```
cmd
conda create -n lmgc90 python=3.7
conda activate lmgc90
...
...
@@ -88,10 +89,10 @@ mingw32-make install
Then you can start the _Anaconda Navigator_ application.
The first thing is to activate the environment to use LMGC90 by
selection _lmgc90_ in the menu next to _Applications on_ on the
upper part of the window.
selection _lmgc90_ in the menu next to _Applications on_ on the upper part of the window.
Then start spyder for example to start using python.
On the use of LMGC90 itself, read the
[
first steps
](
./first_steps
)
section.
****
...
...
...
...