markcox / snappy

Automatically exported from code.google.com/p/snappy
Other
0 stars 0 forks source link

README is silent about how to compile #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download code according http://code.google.com/p/snappy/source/checkout
2. Read README
3. Try to compile according information read from README

I would expect step by step instructions how to compile.

It should be something like

./autogen.sh && ./configure && make

It is just guess, it is exactly information which is mandatory in README!

Original issue reported on code.google.com by vychodil...@gmail.com on 9 May 2011 at 9:11

GoogleCodeExporter commented 9 years ago
Hi,

The download page is at http://snappy.googlecode.com/files/snappy-1.0.2.tar.gz; 
the Subversion repository is only meant for developers, who ought to know how 
to compile things themselves. The .tar.gz contains detailed installation 
instructions in the INSTALL file.

Original comment by se...@google.com on 9 May 2011 at 10:02

GoogleCodeExporter commented 9 years ago
I think I type:

./configure
make
make install

Original comment by lp.kenn...@gmail.com on 13 Feb 2014 at 4:21