Update README.md

This commit is contained in:
Nils Berglund 2023-09-03 10:17:25 +02:00 committed by GitHub
parent b12f4991a2
commit 679b33b47f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ is required by `wave_sphere.c` and should be unzipped before compiling.
- Create subfolders `tif_part`, `tif_drop`
- Customize constants at beginning of .c file
- Compile with m̀ake particle_billiard`, `make_drop_billiard`, etc, or
- Compile with `make particle_billiard`, `make_drop_billiard`, etc, or
`gcc -o particle_billiard particle_billiard.c-O3 -L/usr/X11R6/lib -ltiff -lm -lGL -lGLU -lX11 -lXmu -lglut`