Skip to content

Commit

Permalink
Initial sources
Browse files Browse the repository at this point in the history
  • Loading branch information
brlcad committed Jun 26, 2004
0 parents commit 9a2173b
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
Rt^3

Rt^3 is a ray intersection engine. It's built for being the absolute fastest
it can be while remaining extremely modular, extendable, and maintainable.


Author
======

Christopher Sean Morrison
[email protected]


Getting Rt^3
============

The entire distribution is provided in binary and source form for a variety of
platforms. If you are reading this, then you probably already have it.


Compilation
===========

For more details on building the sources and options available, see the BUILD
file. To build the sources and get up and running with default settings, run
the following commands:

sh autogen.sh
./configure
make
sudo make install


Installation
============

If you built the sources, you should already be installed after the
"sudo make install" step.


Known Bugs
==========

See BUGS


Contributors
============

See AUTHORS


Developer
=========

See HACKING

0 comments on commit 9a2173b

Please sign in to comment.