]> Dogcows Code - chaz/rasterize/blob - README
finishing fifth project
[chaz/rasterize] / README
1
2 CS5600 University of Utah
3 Charles McGarvey
4 mcgarvey@eng.utah.edu
5
6 Project 5 Notes
7
8 To build, just `make' it. You will need GNU make; it won't work well with
9 any other kind of make(1). Once built, the executable is called raytrace.
10
11 Caveats:
12
13 1. The PPM importer doesn't handle comments, and the BMP importer is also
14 quite picky about the depth and color space.
15
16 Known to run on:
17 * Linux 3.2.12-gentoo (x86_64)
18 * Darwin 10.8.0 (in the Mac lab)
19
20 Known to NOT run on:
21 * NetBSD 5.1.2 (amd64)
22 * Win32 (tried with i686-mingw32-g++)
23
This page took 0.032864 seconds and 4 git commands to generate.