Programowanie w systemie UNIX/(auto)Make: Różnice pomiędzy wersjami

Usunięta treść Dodana treść
→‎GNU Make: Poprawione literufki
Znaczniki: Z urządzenia mobilnego Z wersji mobilnej (przeglądarkowej)
Nie podano opisu zmian
Linia 84:
 
przykładowy resultat:
<sourcesyntaxhighlight lang=bash>
cmake version 3.10.2
 
CMake suite maintained and supported by Kitware (kitware.com/cmake).
</syntaxhighlight>
</source>
 
 
Linia 111:
 
przykładowy wynik:
<sourcesyntaxhighlight lang=bash>
-- The C compiler identification is GNU 5.4.1
-- Check for working C compiler: /usr/bin/cc
Linia 122:
-- Generating done
-- Build files have been written to: /home/a/c/cmake
</syntaxhighlight>
</source>
 
Teraz w katalogu progrmau mmay:
Linia 135:
Uruchamiamy make :
 
<sourcesyntaxhighlight lang=bash>
Scanning dependencies of target main
[ 50%] Building C object CMakeFiles/main.dir/main.c.o
[100%] Linking C executable main
[100%] Built target main
</syntaxhighlight>
</source>
 
 
Linia 227:
 
 
<sourcesyntaxhighlight lang=bash>
autoscan
autoconf
Linia 235:
make
make install
</syntaxhighlight>
</source>
 
=Ubuntu-make=