Skip to content

Commit

Permalink
Fix build CppUTest with GCC instruction (missing ./autogen.sh)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulBussmann committed Dec 3, 2017
1 parent ddd3ace commit d84c617
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README_InstallCppUTest.txt
Expand Up @@ -8,7 +8,9 @@
2. Build CppUTest and examples

2a. For unix/gcc (including cygwin)
> cd <someDirectory>/CppUTest/cpputest_build
> cd <someDirectory>/CppUTest
> ./autogen.sh
> cd build
> ../configure
> make
> make tdd # This is to run the CppUTest unit tests
Expand Down

0 comments on commit d84c617

Please sign in to comment.