Error on building MTconeect agent on Debian Linux #312
Replies: 1 comment 1 reply
-
I'd start by reading the section in the README on building the agent on Linux. You can also check the Dockerfile to see how to build and create the demo. Best - W |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
`apt install libxml2 libxml2-dev cmake git build-essential libcppunit-dev
git clone https://github.com/mtconnect/cppagent.git
cd cppagent
cmake .`
when running cmake . Im getting this error
INFO Shared build: OFF CMake Error at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find Boost (missing: Boost_INCLUDE_DIR) Call Stack (most recent call first): /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE) /usr/share/cmake-3.25/Modules/FindBoost.cmake:2376 (find_package_handle_standard_args) agent_lib/CMakeLists.txt:293 (find_package)
Any Suggestions??
Beta Was this translation helpful? Give feedback.
All reactions