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 April 30, 2025 16:47
SDL3 installation guide

SDL3 installation guide

Last modified date : 2025-04-30

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

Below explanations are if you plan to build the whole library from sources of the official Github repository.

Download and installation