EMsoft-org / EMsoftSuperbuild

EMsoft SDK super build
8 stars 41 forks source link

cmake command in ReadMe path has flag for current folder location #8

Closed elena-pascal closed 5 years ago

elena-pascal commented 5 years ago

cmake -DEMsoft_SDK=/Some/Path/To/EMsoft_SDK -DCMAKE_BUILD_TYPE=Debug ../

Cmake has a current directory variable CMAKE_CURRENT_SOURCE_DIR instead, perhaps.

At least the references to EMsoft_SDK should be changed to EMsoftSuperbuild

elena-pascal commented 5 years ago

Refering to the ReadMe file the macOS/Linux instruction state at step 1 to install 'compiler tools'. I am not sure what this means since the Fortran compiler is installed in step 3. Is it the C/C++ compiler then? Could we also give people the names of the libraries as found in the repo (eg, gcc, gfortran) for extra accesibility?