-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
33 lines (26 loc) · 819 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
snappy-msvc
=============
Simple Microsoft Visual Studio project file and missing stdint.h file
that makes it easier to build Google's snappy library on Windows
Dependencies
==============
* Google's snappy library
Usage
==========
* Download snappy from http://code.google.com/p/snappy and extract to <snappy_dir>
* cd snappy_dir
* git clone https://github.com/kmanley/snappy-msvc
* Open snappy.sln
* Choose Build/Rebuild Solution
* The static lib will end up in <snappy_dir>/snappy-msvc/Debug or Release
Licenses
=============
* Google snappy and stdint.h use the BSD license
http://www.opensource.org/licenses/bsd-license.php
* snappy-msvc is unlicensed/public domain
Credits
============
* Google, for the snappy library
http://code.google.com/p/snappy
* stdint.h
Copyright (c) 2005-2011 Paul Hsieh