From b738e9879dc10206f6415e652594762007d91702 Mon Sep 17 00:00:00 2001 From: Josh Vermaas Date: Tue, 26 Apr 2022 14:55:26 -0400 Subject: [PATCH] Update README.md Reverse the logic. OptiX and OSPRAY are now properly optional. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9be8114..90e628c 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ Check the general makefile first, which defines the optional compilation flags t The basic line that is easy to support with just Ubuntu packages from the general repository is: `OPENGL TK FLTK IMD ACTC XINERAMA LIBTACHYON ZLIB LIBPNG NETCDF TCL PYTHON PTHREADS NUMPY COLVARS CUDA` Two optional raytrace renderers are easy enough to add, but require that packages are installed to support those renderers. See the section [below](#bonus-libraries-and-fpm) to install `LIBOPTIX` and `LIBOSPRAY2`. -If you choose to forego these rendering engines, you'll need to take them out of the `configure` lines within the `Makefile`. +If you choose to add these rendering engines, you'll need to uncomment two commented lines in the `Makefile`. ### `plugins/Make-arch`