From: Charles McGarvey Date: Thu, 19 Apr 2012 06:17:43 +0000 (-0600) Subject: finishing fifth project X-Git-Tag: project5 X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Frasterize;a=commitdiff_plain;h=5ed0144fa93d6fc0d36c734211e03538282051e6 finishing fifth project --- diff --git a/README b/README index c5011e5..7cdec5b 100644 --- a/README +++ b/README @@ -8,6 +8,16 @@ Project 5 Notes To build, just `make' it. You will need GNU make; it won't work well with any other kind of make(1). Once built, the executable is called raytrace. +Caveats: + +1. The PPM importer doesn't handle comments, and the BMP importer is also +quite picky about the depth and color space. + Known to run on: - * Linux 3.2.1-gentoo (x86_64) + * Linux 3.2.12-gentoo (x86_64) + * Darwin 10.8.0 (in the Mac lab) + +Known to NOT run on: + * NetBSD 5.1.2 (amd64) + * Win32 (tried with i686-mingw32-g++)