A procedural city builder
|
||
---|---|---|
bugs | ||
geometry | ||
rules | ||
.gitignore | ||
all_includes.hh | ||
gputriangle.cpp | ||
gputriangle.hh | ||
hash.cpp | ||
hash.hh | ||
heap.cpp | ||
heap.hh | ||
lod.cpp | ||
lod.hh | ||
main.cpp | ||
Makefile | ||
README.markdown | ||
tiles.md | ||
view.cpp | ||
view.hh |
Minimal requirements
g++
et GNUmake
(paquetbuild-essential
)libsdl-dev
libglew-dev
freeglut3-dev
libsdl-image1.2-dev
The following command should install the required packages on ubuntu.
sudo apt-get install build-essential libsdl-dev libglew-dev freeglut3-dev libsdl-image1.2-dev
How to run this program ?
make