From 7393763eccd497c2cb14e74a8e105d524481d515 Mon Sep 17 00:00:00 2001 From: Lauchmelder Date: Sat, 22 Jan 2022 13:38:41 +0100 Subject: [PATCH] removed compile.txt --- COMPILE.txt | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 COMPILE.txt diff --git a/COMPILE.txt b/COMPILE.txt deleted file mode 100644 index 76d7b2e..0000000 --- a/COMPILE.txt +++ /dev/null @@ -1,7 +0,0 @@ -Methode 1 (empfohlen): - make - -Methode 2: - g++ -Iinclude src/bild.cpp src/imageviewer.cpp -o imageviewer -std=c++14 -Wall - g++ -Iinclude src/bild.cpp src/smooth.cpp -o smooth -std=c++14 -Wall - g++ -Iinclude src/bild.cpp src/edgedetect.cpp -o edgedetect -std=c++14 -Wall \ No newline at end of file