diff --git a/.gitignore b/.gitignore index 3ff7f0ad1..e9860ca99 100644 --- a/.gitignore +++ b/.gitignore @@ -54,6 +54,10 @@ builds/*gcc* CppUTestExtTests CppUTestTests /Makefile +build/Makefile +build/generated +build/src +build/tests config.h config.h.in config.status diff --git a/README_InstallCppUTest.txt b/README_InstallCppUTest.txt index ebe0f9efa..8d91399c1 100644 --- a/README_InstallCppUTest.txt +++ b/README_InstallCppUTest.txt @@ -8,7 +8,9 @@ 2. Build CppUTest and examples 2a. For unix/gcc (including cygwin) - > cd /CppUTest/cpputest_build + > cd /CppUTest + > ./autogen.sh + > cd build > ../configure > make > make tdd # This is to run the CppUTest unit tests