spell check REAME

This commit is contained in:
KjellKod 2012-10-18 15:58:11 +02:00
parent 8e72da9740
commit 03174baddb

13
README
View File

@ -135,10 +135,17 @@ CONTENTS
===========================
3rdParty -- gtest, glog.
-----------------------
Both are needed to compile the unit test and the logger comparison tests
Gtest must be unpacked before used, but it IS included by the CMake and you don't need to do install or compile it in any other way than through the g2log cmake setup.
gtest is needed for the unit tests.
glog is only needed if you want to run the glog vs g2log comparison tests
glog is not included and must be installed if you want to run the comparison tests
gtest is enabled as a DEFAULT option in the CmakeFiles.txt file. If the unit test
is not important for you then please DISABLE that option.
By default the gtest zipped library must be unpacked before it is used (compilation)
It IS included by the CMake and you don't need to do install or compile it in any
other way than through the g2log cmake setup.
glog is not included and must be installed ONLY IF you want to run the comparison tests
About the A ctive Object