Changeset 8db09e4 in mainline for uspace/lib/pcut/README.rst
- Timestamp:
- 2014-06-13T11:13:27Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 15d0046
- Parents:
- 134ac5d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/pcut/README.rst
r134ac5d r8db09e4 65 65 ----------------------- 66 66 67 On Unix systems, running ``make`` and ``make install`` shall do the job. 67 PCUT uses CMake (http://www.cmake.org/). 68 On Unix systems, following commands build the library and execute the 69 built-in tests:: 70 71 mkdir build 72 cd build 73 cmake .. && make all test 68 74 69 75 More details can be found on https://github.com/vhotspur/pcut/wiki/Building.
Note:
See TracChangeset
for help on using the changeset viewer.