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

Usunięta treść Dodana treść
Linia 76:
=cmake=
cmake = Cross-Platform Makefile Generator <ref>http://stackoverflow.com/questions/18966342/how-to-compile-a-c-program-that-includes-a-header-from-another-library</ref>
 
 
 
Sprawdzamy :
 
cmake -version
 
przykłądowy resultat:
<source lang=bash>
cmake version 3.10.2
 
CMake suite maintained and supported by Kitware (kitware.com/cmake).
</source>