mbsim icon indicating copy to clipboard operation
mbsim copied to clipboard

I can't compile this project in linux using the autotool

Open damengziuu opened this issue 1 year ago • 8 comments

Who can hele me ?

damengziuu avatar Oct 31 '24 15:10 damengziuu

Can you please give some more information? (e.g. error-message, previous steps, autotool version, ...)

ms2git avatar Oct 31 '24 16:10 ms2git

It seems to be okay. What is the output in the terminal when you type in make? Of course, you need to configure mbsim before compilation, for example with ./configure --prefix=/home/username/install/ The path /home/username/install/ is your individual installation path.

foerg avatar Nov 07 '24 10:11 foerg

Do you have hdf5 installed on your system? The hdf5 package should be available in your Linux distribution. Alternatively, you can download the package from https://www.hdfgroup.org.

foerg avatar Nov 12 '24 12:11 foerg

MBSim has a lot of dependencies. That makes it difficult to build. Please first consider to use a prebuild release instead of building ourself. If building is really needed stick to the build order shown e.g. by https://www.mbsim-env.de/builds/run/current/linux64-dailydebug/master/master/master/master/ (Tools). But I highly recommend not to build by ourself if you are not very familiar with Autotools.

friedrichatgc avatar Nov 12 '24 14:11 friedrichatgc