From fd39fc99566e3fd949d9dd74f3d1a0454f6316ab Mon Sep 17 00:00:00 2001 From: Jared Bruni Date: Fri, 18 Aug 2023 14:20:54 -0700 Subject: [PATCH] updated README --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd09134..96999f4 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,21 @@ This is an application that allows you to generate interesting base images to us How it works: Supply a example image or video file, start an animation press Save or the s key to save a snapshot - use the arrow keys or the GUI to move through the supplied distortion filters. + use the arrow keys, s to save, d to stop/start, e to step or the GUI to move through the supplied distortion filters. Required libraries: OpenCV 4, http://github.com/lostjared/libacidcam - libacidcam, Qt6 - \ No newline at end of file + +To compile download and install libacidcam + + git clone https://github.com/lostjared/libacidcam.git + cd libacidcam + mkdir build && cd build + cmake ../ + make -j8 && sudo make install + +enter directory of glitch.gui + + qmake6 + make -j8 + ./glitch.gui \ No newline at end of file