# Beckhoff_Ubuntu_ADS_Library **Repository Path**: doris123456/Beckhoff_Ubuntu_ADS_Library ## Basic Information - **Project Name**: Beckhoff_Ubuntu_ADS_Library - **Description**: Optimized the structure, compilation and use of ADS communication library in Ubuntu system - **Primary Language**: C++ - **License**: BSD-3-Clause - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-06-12 - **Last Updated**: 2023-06-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Beckhoff_Ubuntu_ADS_Library Optimized the structure, compilation and use of ADS communication library in Ubuntu system ```cpp sudo chmod +x go.sh sudo ./go.sh ``` Then you can use ADS Libray as OpenCV in Linux Note CONFIG instead of REQUIRED ```cpp find_package(ADS CONFIG) include_directories(${ADS_INCLUDE_DIRS}) target_link_libraries(link_test ${ADS_LIBRARIES}) ```