installation
                Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| installation [2017/01/31 12:22] – smilauer | installation [2019/09/11 10:54] (current) – updated github repo bp | ||
|---|---|---|---|
| Line 20: | Line 20: | ||
| # When a repository is cloned, git automatically creates a master branch that tracks origin/ | # When a repository is cloned, git automatically creates a master branch that tracks origin/ | ||
| - | git clone http://www.oofem.org/git/ | + | git clone https://github.com/oofem/ | 
| # If you would like to track develop branch | # If you would like to track develop branch | ||
| git checkout -b develop origin/ | git checkout -b develop origin/ | ||
| Line 148: | Line 148: | ||
| * Close CMake, but do not close the terminal. Open your project folder, e.g. cd C: | * Close CMake, but do not close the terminal. Open your project folder, e.g. cd C: | ||
| * Type mingw32-make -j3 to compile oofem using 3 cores. (Building release took approx. 15 minutes.) | * Type mingw32-make -j3 to compile oofem using 3 cores. (Building release took approx. 15 minutes.) | ||
| - | * Run oofem tests: "make tests -j3" and benchmarks "make benchmarks -j3" | + |  | 
| + |  | ||
| * The size of oofem with debug options is approx 740 MB, release 10.2 MB | * The size of oofem with debug options is approx 740 MB, release 10.2 MB | ||
| * In order to use oofem on a different computer it is essential to transfer all *.dll' | * In order to use oofem on a different computer it is essential to transfer all *.dll' | ||
installation.1485861736.txt.gz · Last modified: 2017/01/31 12:22 by smilauer
                
                