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

Dependencies

Cyrion edited this page Mar 10, 2018 · 11 revisions

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


On Arch Linux/Manjaro based system :

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


On Debian/Ubuntu based system :

sudo apt install libsfml-dev gcc libstdc++6 libsmpeg-dev cmake


On Fedora/Red Hat based system :

sudo dnf install sfml gcc libstdc++6 libsmpeg cmake

Clone this wiki locally