Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 324 Bytes

Build.md

File metadata and controls

15 lines (11 loc) · 324 Bytes

How To Build

First, install dependencies (assumes Ubuntu):

sudo apt install libsdl1.2-dev libsdl-ttf2.0-dev libsdl-gfx1.2-dev libglu1-mesa-dev mesa-common-dev freeglut3-dev libgomp1

Type the following command under the root directory:

cmake .
cmake --build .
./bin/barnes-hut-simulator