Programowanie w systemie UNIX/Pierwszy program: Różnice pomiędzy wersjami

Usunięta treść Dodana treść
m ref
47fc19cc (dyskusja | edycje)
mNie podano opisu zmian
Linia 139:
gcc `sdl-config --cflags --libs` -O3 mandelbrot.c && ./a.out
 
Jeśli nie mamy SDL to instalujemuyinstalujemy ją, np.:
 
sudo apt-get install libsdl1.2-dev