Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to locate package libdc1394-22-dev on Ubuntu 24.04 LTS #1178

Open
alan890104 opened this issue Jun 23, 2024 · 1 comment
Open

Unable to locate package libdc1394-22-dev on Ubuntu 24.04 LTS #1178

alan890104 opened this issue Jun 23, 2024 · 1 comment

Comments

@alan890104
Copy link

Description

I clone the latest version of gocv on main branch on my Ubuntu 24.04 LTS. However, after running make install, it turns out that there is some dependencies error related to libdc1394-22-dev.

Steps to Reproduce

  • the result running after make install on my Ubuntu 24.04 LTS.
image

Your Environment

  • Operating System and version: Ubuntu 24.04 LTS
  • OpenCV version used: on main branch
  • How did you install OpenCV? make install
  • GoCV version used: main branch
  • Go version: 1.22.4
  • Did you run the env.sh or env.cmd script before trying to go run or go build? i use make install command
@shixiawuheng
Copy link

Need to modify MakeFile file
DEBS=unzip wget build-essential cmake curl git libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev libtbbmalloc2 libtbb-dev libjpeg-dev libpng-dev libtiff-dev libdc1394-dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants