lua---mattorch icon indicating copy to clipboard operation
lua---mattorch copied to clipboard

Installation Error on Linux

Open mdshopon opened this issue 8 years ago • 1 comments

I saw the issue about OS X Build fail and then took the following steps

git clone https://github.com/clementfarabet/lua---mattorch.git cd lua---mattorch mkdir build cd build cmake -DMATLAB_ROOT=/usr/local/MATLAB/R2017a

after this command this error raised.

CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: MATLAB_ENG_LIBRARY (ADVANCED) linked by target "mattorch" in directory /home/codehead/lua---mattorch/build linked by target "mattorchlive" in directory /home/codehead/lua---mattorch/build MATLAB_INCLUDE_DIR (ADVANCED) used as include directory in directory /home/codehead/lua---mattorch/build used as include directory in directory /home/codehead/lua---mattorch/build MATLAB_MEX_LIBRARY (ADVANCED) linked by target "mattorch" in directory /home/codehead/lua---mattorch/build linked by target "mattorchlive" in directory /home/codehead/lua---mattorch/build MATLAB_MX_LIBRARY (ADVANCED) linked by target "mattorch" in directory /home/codehead/lua---mattorch/build linked by target "mattorchlive" in directory /home/codehead/lua---mattorch/build

-- Configuring incomplete, errors occurred! See also "/home/codehead/lua---mattorch/build/CMakeFiles/CMakeOutput.log".

mdshopon avatar Apr 02 '17 07:04 mdshopon

I think there is something wrong with your commands. cmake -DMATLAB_ROOT=/usr/local/MATLAB/R2017a should be cmake -DMATLAB_ROOT=/usr/local/MATLAB/R2017a ..

csxmli2016 avatar Dec 01 '17 07:12 csxmli2016