Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ This project started as a hand-made reimplementation of the `InOneWeekend` ray t
## Quick start

```bash
# Install build dependencies (ubuntu 24.04)
sudo apt-get install cmake nvidia-cuda-toolkit clang libsdl2-dev libsdl2-ttf-dev doxygen

mkdir -p build
cd build
cmake .. --fresh
Expand Down Expand Up @@ -115,5 +118,5 @@ PRs are welcome, please feel free to contribute.

# Known issues

- Compilation has been tested on DGX Spark, other platforms are untested yet.
- Has been tested on DGX Spark and on x86_64 (Ubuntu 24.04). Other platforms are untested.
- The code depends on a proper installation of [`libsdl`](https://www.libsdl.org/) for creating the real-time rendering context. It might work without it in non-interactive mode but this has not been tested. Use at your own risk (or create a PR).