Commit c2ddae04 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf snappy-1.1.7.tar.gz
mkdir snappy-1.1.7/build
cd snappy-1.1.7/build && cmake -DBUILD_SHARED_LIBS=1 -DCMAKE_INSTALL_PREFIX=/usr ../
$(MAKE) -C snappy-1.1.7/build
$(MAKE) -C snappy-1.1.7/build install
rm -rf snappy-1.1.7
headers
/usr/include/.*
lib
/usr/lib/cmake/.*
/usr/lib/lib.*
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment