diff --git a/CMakeLists.txt b/CMakeLists.txt index eebc803..b21ea15 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,6 @@ add_definitions(-DDATA_DIR=\"${CMAKE_INSTALL_FULL_DATAROOTDIR}\") find_package(PkgConfig REQUIRED) pkg_check_modules(LIBFTDI REQUIRED libftdi1) -pkg_check_modules(LIBFTDIPP REQUIRED libftdipp1) pkg_check_modules(LIBUSB REQUIRED libusb-1.0) pkg_check_modules(LIBUDEV REQUIRED libudev) @@ -89,14 +88,12 @@ add_executable(openFPGALoader include_directories(${LIBUDEV_INCLUDE_DIRS} ${LIBUSB_INCLUDE_DIRS} ${LIBFTDI_INCLUDE_DIRS} - ${LIBFTDIPP_INCLUDE_DIRS} ) target_link_libraries(openFPGALoader ${LIBUDEV_LIBRARIES} ${LIBUSB_LIBRARIES} ${LIBFTDI_LIBRARIES} - ${LIBFTDIPP_LIBRARIES} ) if(NOT HAVE_ARGP) diff --git a/README.md b/README.md index 926f877..4fdae31 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ __Supported cables:__ This application uses **libftdi1**, so this library must be installed (and, depending of the distribution, headers too) ```bash -apt-get install libftdi1-2 libftdi1-dev libftdipp1-3 libftdipp1-dev libudev-dev cmake +apt-get install libftdi1-2 libftdi1-dev libudev-dev cmake ``` For distributions using non-glibc (musl, uClibc) **argp-standalone** must be