hello all,
just a few simple questions for when installing BioDynaMo:
Q1: Is it possible to customise the C/C++ compilers used for the compilation and library built up? Is it possible to provide that explicitly in the terminal (on the command line) when executing the “./install.sh” script?
Q2: Is it possible to customise the installation path (instead of using default path: the home directory)? Is it possible to provide that explicitly in the terminal (on the command line) when executing the “./install.sh” script?
Q3: Currently, I’ve successfully installed biodynamo-v0.9.52 [commit 3ffadd00671ef4e01f77d122e66654be8395e6fe on master branch]. However, any tips where to look at the installation regarding the setups (i.e., which compilers used, compilation flags, linker flags, macro definitions, etc.). I will need to use them on to my C++ project (that uses BioDynaMo classes) and therefore effectively link it with BioDynaMo itself?
For the record, I’m operating on macOS Catalina. Many thanks in advance!