aboutsummaryrefslogtreecommitdiff
path: root/Client/ThirdParty/math-sll/README
blob: e53ca36ac143fb55de9e5df6226f3410a98ee490 (plain)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51

math-sll

	A fixed point (32.32 bit) math library.

	See math-sll.h for details.

License

	Licensed under the terms of the MIT license as of revision v1.19

	See the LICENSE file for details.

	Earlier revisions were licensed under the terms of GPL or LGPL.

Installation

	The source can be added as-is into your project, or a library can optionally
	be built and installed, then statically-linked into your project.

	To build:

		make clean
		make all

	Optionally:

		make install

	The default installation path prefix is /usr/local

	See the Makefile for details.

Repository

	A math-sll project is being maintained at:

	http://github.com/aemileski/math-sll

	You can also obtain a copy of the latest source code directly via GIT:

	git clone git://github.com/aemileski/math-sll.git

Contact

	Feel free to contact me with questions, bug reports, patches, feature
	requests, etc., or just to tell me about how you are using math-sll in
	your project!

	Andrew E. Mileski <andrewm@isoar.ca>