X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=README;h=7cdec5b59479f45d8edc1230b6e66e4b06b719d3;hb=5ed0144fa93d6fc0d36c734211e03538282051e6;hp=b5f29c8640b4648b764b326eae98823f01ee57b2;hpb=e16cf0578f4baaf879e4ab9d3528a765bfd29be0;p=chaz%2Frasterize diff --git a/README b/README index b5f29c8..7cdec5b 100644 --- a/README +++ b/README @@ -3,14 +3,21 @@ CS5600 University of Utah Charles McGarvey mcgarvey@eng.utah.edu -Project 2 Notes +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 rasterize. The -default options should meet the assignment specification. +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 - * NetBSD 5.1.2 + * 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++) +