Bildverarbeitung2/COMPILE.txt

7 lines
280 B
Plaintext
Raw Normal View History

2022-01-20 14:35:15 +00:00
Methode 1 (empfohlen):
make
2022-01-17 04:35:18 +00:00
2022-01-20 14:35:15 +00:00
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