Artelnics / opennn

OpenNN - Open Neural Networks Library
http://www.opennn.net
GNU Lesser General Public License v3.0
1.12k stars 354 forks source link

Not able to build #297

Open keerthipra opened 3 months ago

keerthipra commented 3 months ago

Hi,

i followed the steps mentioned in https://www.opennn.net/documentation/building_opennn.html to build the image, but i am not able to build it. i have pulled the master branch and am following visual studio IDE way to build. when i execute "cmake ." i am getting following error:

opennn\examples\airline_passengers>cmake . CMake Error at CMakeLists.txt:3 (project): Running 'nmake' '-?' failed with: The system cannot find the file specified -- Configuring incomplete, errors occurred! ================================================ the same error i am getting if i execute cmake . from opennn dir also. i dont know much on software part, can somebody please help me?
keerthipra commented 3 months ago

i have installed visual studio IDE also.

FahmiSMH commented 3 months ago

try changing your terminal path instead of

<local_path>opennn\examples\airline_passengers>cmake .

do

<local_path>opennn>cmake .

you can do cd.. twice from your current terminal directory

keerthipra commented 3 months ago

thank you for the response. i have tried from "opennn>cmake .", there also it is not working.