Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Dependencies

Anarchiste edited this page Aug 6, 2019 · 11 revisions

To work, OpMon needs dependencies.
On Windows, they are with the folder installers/windows.
But on Linux, they must be installed.


On Arch Linux/Manjaro based system :

sudo pacman -S sfml gcc libstdc++5 smpeg cmake


On Debian/Ubuntu based system :

sudo apt install libsfml-dev gcc g++ libstdc++6 libsmpeg0 cmake


On Fedora/Red Hat based system :

sudo dnf install sfml gcc libstdc++6 libsmpeg cmake g++

Clone this wiki locally