fast-nuclear-sim/README.md

24 lines
424 B
Markdown
Raw Normal View History

2024-01-24 00:02:31 +11:00
2024-01-31 00:17:36 +11:00
# How to build
This is built using CMake. You will also need the required libraries to build.
2024-01-31 00:23:44 +11:00
This project currently only works on Linux.
2024-01-31 00:17:36 +11:00
```
mkdir build
cd build
cmake ..
make
```
# Required libraries
- GLEW
- GLFW
- OpenGL
- FreeType
- AssImp
2024-01-24 00:02:31 +11:00
# Credits
- [Potted House Plants](https://skfb.ly/opQN8) by FacultyManBruce is licensed under Creative Commons Attribution (http://creativecommons.org/licenses/by/4.0/).