Skip to content

Automatically exported from code.google.com/p/s2-geometry-library

Notifications You must be signed in to change notification settings

davidreynolds/s2-geometry-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Install gflags

Linux:

$ sudo apt-get install libgflags-dev

OS X:

$ brew install gflags

Download googletest

$ curl -O https://googletest.googlecode.com/files/gtest-1.7.0.zip
$ unzip gtest-1.7.0.zip

Download and build google benchmark

$ git clone https://github.com/google/benchmark
$ cd benchmark
$ cmake . -DCMAKE_BUILD_TYPE=Release
$ make
$ sudo make install

Build s2-geometry-library and run tests

$ cd geometry
$ GTEST_DIR=/path/to/gtest-1.7.0 make
$ GTEST_DIR=/path/to/gtest-1.7.0 make test
$ GTEST_DIR=/path/to/gtest-1.7.0 make bench

About

Automatically exported from code.google.com/p/s2-geometry-library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages