usnistgov / COSMOSAC

A Benchmark Implementation of COSMO-SAC
MIT License
51 stars 29 forks source link

Installation problems #27

Closed bjorn94 closed 1 year ago

bjorn94 commented 1 year ago

I am struggling with the installation process and would be very grateful if you could give me some guidance towards it. I have all the prerequisites. Then I try to install the code with the Cmake build using Visual Studio 2022, so I use the recommended commands for it with a slight change in the last line: git clone --recursive --shallow-submodules https://github.com/usnistgov/COSMOSAC cd COSMOSAC mkdir build cd build cmake .. -G "Visual Studio 17 2022" But when I run: cmake --build . --config Release I receive the error message COSMOSAC_issue1 I do not quite understand what is the meaning of this error. Sorry for bothering with such a trivial issue, I am not familiar with this type of installations.

ianhbell commented 1 year ago

I see what you mean. I haven’t seen this problem before, I will look into it next week.

ianhbell commented 1 year ago

I think I fixed the problem. You'll need to pull and update your submodules with "git update submodule --recursive" and try again.

bjorn94 commented 1 year ago

Thank you so much for a quick reply and the fixture! Finally, it works for me.

ianhbell commented 1 year ago

Good, happy to hear. Please close the issue.