Changeset 8db09e4 in mainline for uspace/lib/pcut/README.rst


Ignore:
Timestamp:
2014-06-13T11:13:27Z (10 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
15d0046
Parents:
134ac5d
Message:

Update PCUT to newest version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/pcut/README.rst

    r134ac5d r8db09e4  
    6565-----------------------
    6666
    67 On Unix systems, running ``make`` and ``make install`` shall do the job.
     67PCUT uses CMake (http://www.cmake.org/).
     68On Unix systems, following commands build the library and execute the
     69built-in tests::
     70
     71        mkdir build
     72        cd build
     73        cmake .. && make all test
    6874
    6975More details can be found on https://github.com/vhotspur/pcut/wiki/Building.
Note: See TracChangeset for help on using the changeset viewer.