diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-12-26 12:38:37 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-12-26 12:38:37 +0000 |
commit | 7e510454dca3b69b5ea2dae75f1abeccee1f05e2 (patch) | |
tree | 5eb1447a01d582596b25a0e3dd3e93a557472214 | |
parent | 6e41a97e75f17edcf6e6d7a639de9337fe009c12 (diff) | |
download | beeper-int-zx-main.tar.gz beeper-int-zx-main.zip |
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -62,6 +62,7 @@ Edit the `Makefile` and change the following variables to point to the corerct d - `IMGUI_FILE_DIALOG_DIR`: a checkout of ImGuiFileDialog "Lib_Only"; see: https://github.com/aiekick/ImGuiFileDialog To build on Linux, you'll need: + - GNU Make, GCC - SDL2 for development (e.g. libsdl2-dev in Debian) |