-
Notifications
You must be signed in to change notification settings - Fork 1
License
lokku/quadtree
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
libquadtree 1.1
TABLE OF CONTENTS
~~~~~~~~~~~~~~~~~
* Introduction
* Building & Installing
* License
* Contact
Introduction
~~~~~~~~~~~~
libquadtree is a fast implementation of a quadtree datastructure, optimized for
AMD64. The man page for the library has a detailed description of the API, with
usage examples. This can be viewed by running `man docs/libquadtree.3' in the
source directory, or by running `man 3 libquadtree' after installation.
Building & Installing
~~~~~~~~~~~~~~~~~~~~~
To install locally and test:
1) Change into the source directory:
$ cd libquadtree-1.1/
2) Configure the library for your system:
$ ./configure --prefix=$PWD/testdir
3) Build the library
$ make
4) Install into the $PWD/testdir:
$ make install
5) Run tests to ensure that it works:
$ make check
To install in a production environment:
1) Configure the library:
$ cd libquadtree-1.1/
$ ./configure
2) Compile with asserts disabled and maximum optimizations
$ make clean all CFLAGS="-DNDEBUG -O3"
3) Install with debugging symbols stripped
$ make install-strip
The default prefix for installation is `/usr', but can be overrided by
passing the `--prefix=/absolute/path/' to the configure script.
See the INSTALL file for detailed but generic instructions of how to use more
advanced features of the build system.
License
~~~~~~~
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
See the COPYING file for the full text of the license.
Contact
~~~~~~~
To contact us about this piece of software, send an email to the following
address: opensource@lokku.com
Learn more about our opensource efforts at http://www.lokku.com
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published