From d12ca36d312cbe9ddcff3401544c2734c735e284 Mon Sep 17 00:00:00 2001
From: vr-group <account@vr.rwth-aachen.de>
Date: Mon, 12 Jul 2021 19:39:50 +0200
Subject: [PATCH] Updated readme.

---
 readme.md | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/readme.md b/readme.md
index 62a8afa..43622be 100644
--- a/readme.md
+++ b/readme.md
@@ -1,10 +1,15 @@
 ## Oxyflame Rendering Tools
 
 ### Dependencies
-- GCC 10+
-- CMake 3.19+
-- Ospray 1.8.5
-- VTK 9.0.1
+- GCC/MSVC
+- CMake
+- Ospray
+- VTK
 
-### Contact
-- If you encounter any problems, contact demiralp@vr.rwth-aachen.de .
\ No newline at end of file
+### Building
+- Run CMake in the `offline_ray_tracer` subdirectory.
+- Build the output of CMake with GCC/MSVC.
+
+### Running
+- Modify the dataset location and rendering preferences in `settings.json`.
+- Run as `offline_ray_tracer [PATH_TO_SETTINGS_JSON]`.
-- 
GitLab