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

Übungsaufgaben 5.10.2023: GTK4

parent 3e7ae046
No related branches found
No related tags found
No related merge requests found
No preview for this file type
...@@ -68,8 +68,8 @@ ...@@ -68,8 +68,8 @@
\begin{lstlisting}[style=cmd] \begin{lstlisting}[style=cmd]
gcc -Wall -O hello.c -o hello gcc -Wall -O hello.c -o hello
./hello ./hello
gcc -Wall -O $(pkg-config --cflags gtk+-3.0) hello-gtk.c \ gcc -Wall -O $(pkg-config --cflags gtk4) hello-gtk.c \
$(pkg-config --libs gtk+-3.0) -o hello-gtk $(pkg-config --libs gtk4) -o hello-gtk
./hello-gtk ./hello-gtk
\end{lstlisting} \end{lstlisting}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment