hi can someone help i have down loaded agopen v6.8.2 and am trying to get the isobus section to work i have down loaded the AOG-Taskcontroler, cmake and c++ build tools
ran the command and got this
Microsoft Windows [Version 10.0.19045.6466]
(c) Microsoft Corporation. All rights reserved.
C:\Users\Andy>mkdir build
A subdirectory or file build already exists.
C:\Users\Andy>cmake -S . -B build -DBUILD_EXAMPLES=OFF -DBUILD_TESTING=OFF -Wno-dev
‘cmake’ is not recognized as an internal or external command,
operable program or batch file.
C:\Users\Andy>cmake --build build --config Release --target package
is there something else i have to do?
thanks Andy