Giter Club home page Giter Club logo

Comments (3)

Aang23 avatar Aang23 commented on May 23, 2024

Hi, at first sight is appears you simply did not run a valid cmake command. It should be cmake -DCMAKE_BUILD_TYPE=Release .. at least. Maybe you copied the end of the line even though it's actually longer in the README?
make -j4 returning that result definitely confirms CMake failed to properly generate build files.

from satdump.

thowilwin0 avatar thowilwin0 commented on May 23, 2024

thank you for responding to my inquiry, i deeply appreciate it. i tried your advice and i got a different error from the cmake command: cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr .. i also tried cmake -DCMAKE_BUILD_TYPE=Release ..
here is the return message from both of them:
_INSTALL_PREFIX=/usr ..
-- Checking for module 'volk'
-- No package 'volk' found
CMake Error at /usr/share/cmake-3.16/Modules/FindPkgConfig.cmake:463 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-3.16/Modules/FindPkgConfig.cmake:643 (_pkg_check_modules_internal)
src-core/CMakeLists.txt:89 (pkg_check_modules)

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
JPEG_LIBRARY
linked by target "satdump_core" in directory /home/thoma/satdump/src-core

-- Configuring incomplete, errors occurred!
See also "/home/thoma/satdump/build/CMakeFiles/CMakeOutput.log".
See also "/home/thoma/satdump/build/CMakeFiles/CMakeError.log".

from satdump.

Aang23 avatar Aang23 commented on May 23, 2024

To me, it appears like you just need to install dependencies, such as libvolk2-dev or libvolk1-dev, and libjpeg-dev.

from satdump.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.