diff --git a/dev/buildguide.rst b/dev/buildguide.rst index a3b6c32..2aff06a 100644 --- a/dev/buildguide.rst +++ b/dev/buildguide.rst @@ -160,6 +160,8 @@ FreeBSD $ pkg install pkgconf freetype-gl sdl2 libspng openal-soft rtmidi qt5 libslirp fluidsynth +.. note:: On FreeBSD, you might need to edit the ``libevdev.h`` file, resides in ``/usr/local/include/libevdev/`` and replace the following ``linux/input.h`` file with ``dev/evdev/input.h``. After that run the ``make`` command once again. + Building --------