Bildverarbeitung2/COMPILE.txt
2022-01-20 15:35:15 +01:00

7 lines
280 B
Plaintext

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