diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -5,7 +5,5 @@ A simple, experimental raytracer that doesn't support colours. I made this in my spare time and will probably continue to add features. Or not. I don't know. -It needs lodepng (as found on [lodev.org](http://lodev.org/lodepng/)). -Just compile with `lodepng.cpp` and `lodepng.h` in the same folder as the source and pass both `graytrace.cpp` and `lodepng.cpp` as arguments to the compiler. - -_- Tom Smeding_ +It uses lodepng (as found on [lodev.org](http://lodev.org/lodepng/)). +Invoking `make` on the command line should be enough; if necessary, it will download lodepng automatically. |