Browse Source

adding test command to README

pull/644/head
David Beaumont 11 years ago
parent
commit
a34ddc9a20
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      cpp/README

+ 3
- 3
cpp/README View File

@ -129,14 +129,14 @@ Requirements:
Note: Boost Thread is the only library needed at link time.
Building the library
--------------------
Building and testing the library
--------------------------------
$ cd libphonenumber/cpp
$ mkdir build
$ cd build
$ cmake ..
$ make
$ ./libphonenumber_test
Troubleshooting CMake via ccmake
--------------------------------


Loading…
Cancel
Save