X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=README;h=452fc4860edf7d56195d84081280a2ac5aecb5bf;hb=0a9f71036f5617ecd3549abff78a8d9a09c7e56e;hp=77efd37505a7a51e4f182fe0a1e5db0459f66596;hpb=b8b4db46fecab6c6c4aa9407f181133e352d3e49;p=platform%2Fupstream%2Fglog.git diff --git a/README b/README index 77efd37..452fc48 100644 --- a/README +++ b/README @@ -2,4 +2,4 @@ This repository contains a C++ implementation of the Google logging module. Documentation for the implementation is in doc/. See INSTALL for (generic) installation instructions for C++: basically - ./configure && make && make install + ./autogen.sh && ./configure && make && make install