Skip to content

Instantly share code, notes, and snippets.

View NoxFly's full-sized avatar

NoxFly

  • France
View GitHub Profile
@NoxFly
NoxFly / OpenCV_install.md
Last active September 14, 2023 07:58
OpenCV installation + OpenCV4NodeJS

To install OpenCV

Tried with OpenCV 4.6 and 4.8. Should work for most versions.

# in a new folder Downloads/opencv

# core dependencies / tools
sudo apt update && sudo apt install -y cmake g++ wget unzip
# GTK packages - because building with QT does not work (at least with OpenCV 4.6)
@NoxFly
NoxFly / INSTALL.md
Last active May 1, 2024 17:26
SDL3 installation guide

SDL3 installation guide

Last modified date : 08/18/23

This covers the installation of SDL3 on a Unix system based on Debian (with apt).
Contribute to cover more systems.

Download and installation