removed compile.txt

This commit is contained in:
Lauchmelder 2022-01-22 13:38:41 +01:00
parent bd49831b8f
commit 7393763ecc

View file

@ -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