Browse Source

tutorials/cmake/commands: short note that usually make is needed after cmake command

Daniel-Constantin Mierla 9 tháng trước cách đây
mục cha
commit
becd8dbd6b
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      docs/tutorials/cmake/commands.md

+ 3 - 0
docs/tutorials/cmake/commands.md

@@ -20,6 +20,9 @@ mkdir build
 cd build
 cd build
 ```
 ```
 
 
+Also, if `cmake` is in the example command, it usually has to be followed by
+`make` to perform the compilation.
+
 Legend for the table:
 Legend for the table:
 
 
   - `OM` - Old-Makefiles
   - `OM` - Old-Makefiles