Battery-Intelligence-Lab / dtw-cpp

DTWC++
https://battery-intelligence-lab.github.io/dtw-cpp/
6 stars 1 forks source link

Third-party software installation guidelines #16

Closed i64 closed 1 week ago

i64 commented 1 month ago

Hi authors, I am reviewing the code from openjournals/joss-reviews#6881.

The third-party software (e.g., CMake, OpenMP, Gurobi) installation guidelines are missing and could be integrated into the documentation.

i64 commented 1 month ago

Another thing is, in the Linux section, it should be made clear which linux distribution it is. Then for example the installation comments could be such as

sudo apt install build-essential
sudo apt install cmake libomp-dev
ElektrikAkar commented 1 week ago

Hi,

Thank you very much for your comment! We have fully updated the installation documentation https://github.com/Battery-Intelligence-Lab/dtw-cpp/pull/20.

Please let us know if any further clarification on the third-party software is needed.

i64 commented 1 week ago

Hi @ElektrikAkar,

I checked the commit. LGTM!