4Neuro v.0.1 - doplnit ASCII
Dependencies
cmake (version>=3.1), make, Fortran compiler, Linux/Windows
Installation
Windows
- Clone the repository to your PC
git clone git@code.it4i.cz:moldyn/4Neuro.git
-
Go to the repository folder
-
Create folder 'build'
-
Go to the 'build' folder
-
Run
cmake
with following parameters-
MAKEFILE_TYPE
"MSYS Makefiles" for MSYS, "MinGW Makefiles" for MinGW and "Unix Makefiles" for Cygwin -
BUILD_TYPE
Release/Debug -
WITH_TIME_PROFILING
0/1
cmake -G MAKEFILE_TYPE -DCMAKE_BUILD_TYPE=BUILD_TYPE -DWITH_TIME_PROFILING:BOOLEAN=WITH_TIME_PROFILING ..
-
-
Run
make
-
Run
make install
(if you want to have 4Neuro in system paths)
Linux
- Clone the repository to your PC
git clone git@code.it4i.cz:moldyn/4Neuro.git
- Go to the repository folder
- Set up variables in 'build.sh'
- Run
./build.sh
Removing installation
Windows
- Go to the repository folder
- Delete 'build' folder
Linux
- Go to the repository folder
- Run
./clean.sh