From 615c14f3f1b7003d3dd7250212dc5c68b42f67c5 Mon Sep 17 00:00:00 2001 From: djairoh Date: Wed, 8 Jan 2025 00:46:05 +0100 Subject: [PATCH] readme update --- README.md | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 45b5a9e..072bfd7 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,12 @@ # cuda-based-raytrace ## How to run -If necessary clean previous build: -```bash -make clean -``` -Then build (currently always debug build): +Gui branch was a bit easier to compile using Cmake so to run this branch do: ```bash -make all +mkdir build +cd build +cmake .. +make +./cuda-raytracer ``` - -Run: -```bash -./build/main -``` - -To open the resulting image you can use (Ubuntu): -```bash -xdg-open output.ppm -``` \ No newline at end of file