Skip to content

Commit 11fcbf4

Browse files
committed
Update readme
1 parent a73e7d5 commit 11fcbf4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ Dirk Helbing introduced the social force model in a paper in 1995, aimed at mode
2121
- If targeting the DPC++ CUDA backend, the [CUDA runtime](https://intel.github.io/llvm-docs/GetStartedGuide.html#build-dpc-toolchain-with-support-for-nvidia-cuda) is required
2222
- If targeting the DPC++ OpenCL backend, an [OpenCL runtime](https://intel.github.io/llvm-docs/GetStartedGuide.html#install-low-level-runtime) is required
2323
- Graphics are rendered with [SDL2](https://lazyfoo.net/tutorials/SDL/01_hello_SDL/linux/index.php), installed with apt: `$ apt install libsdl2-dev`
24-
- Input files are parsed using [RapidJSON](https://rapidjson.org/index.html)
25-
RapidJSON is a header-only library, so can be installed by simply copying the directory `include/rapidjson` into your system include path
2624
- Python is needed to run scripts
2725
- Graphs are plotted using matplotlib, installed via pip: `$ pip install matplotlib`
2826
- To run simulations in headless mode and record video output, install [xvfb](https://www.x.org/releases/X11R7.6/doc/man/man1/Xvfb.1.xhtml) and [ffmpeg](https://ffmpeg.org/download.html) using apt

0 commit comments

Comments
 (0)