We've just added a small script to assemble a .deb package based on an opencv build. This we we have a pre-built version of opencv available.
To use the script:
- Follow the standard compilation instructions
- Copy
package_opencv.sh
to the library output directory of the build:cp package_opencv.sh ../opencv_build/
- Run the script from the
opencv_build
directory, passing the current system architecture:./package_opencv.sh x86 # OR ./package_opencv.sh armhf
- Rename the output .deb as desired
- Homepage: https://opencv.org
- Courses: https://opencv.org/courses
- Docs: https://docs.opencv.org/master/
- Q&A forum: https://forum.opencv.org
- previous forum (read only): http://answers.opencv.org
- Issue tracking: https://github.com/opencv/opencv/issues
- Additional OpenCV functionality: https://github.com/opencv/opencv_contrib
Please read the contribution guidelines before starting work on a pull request.
- One pull request per issue;
- Choose the right base branch;
- Include tests and documentation;
- Clean up "oops" commits before submitting;
- Follow the coding style guide.