Skip to content
Snippets Groups Projects
Commit 5339445d authored by Peter Gerwinski's avatar Peter Gerwinski
Browse files

Korrektur zu Übungsaufgabe 1 vom 8.10.2018

parent 4ef85449
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -75,7 +75,7 @@
./hello
gcc -Wall -O hello-opengl.c -lGL -lGLU -lglut -o hello-opengl
./hello-opengl
gcc $(pkg-config --cflags --libs gtk+-3.0) -Wall -O hello-gtk.c -o hello-gtk
gcc -Wall -O hello-gtk.c $(pkg-config --cflags --libs gtk+-3.0) -o hello-gtk
./hello-gtk
\end{lstlisting}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment