차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
linuxfromscratch:rangeoverpackages:cmocka [2024/04/22 14:14] – [Requirements] baecylinuxfromscratch:rangeoverpackages:cmocka [2024/05/23 20:26] (현재) – [Building] baecy
줄 1: 줄 1:
 ===== CMocka-1.1.7 ===== ===== CMocka-1.1.7 =====
 +[[https://cmocka.org/#news|CMocka Home]]\\
 An elegant unit testing framework for C with support for mock objects. It only requires the standard C library, works on a range of computing platforms (including embedded) and with different compilers. An elegant unit testing framework for C with support for mock objects. It only requires the standard C library, works on a range of computing platforms (including embedded) and with different compilers.
  
줄 7: 줄 8:
  
 ==== Building ==== ==== Building ====
-<code lang=bash> + 
-mkdir build +<code bash> 
-cd build +mkdir build                          && 
-cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=[Release | Debug | MiniSizeRel RelWithDebInfo} ..+cd build                             && 
 +cmake -DCMAKE_INSTALL_PREFIX=/usr 
 + -DCMAKE_BUILD_TYPE=Release ..       &&
 make make
 </code> </code>
-as ''root'' +''root'' 사용자로 
-<code lang=bash> + 
-make install</code>+<code bash> 
 +make install 
 +</code>
  • linuxfromscratch/rangeoverpackages/cmocka.1713795253.txt.gz
  • 마지막으로 수정됨: 2024/04/22 14:14
  • 저자 baecy