vengi/README.md

39 lines
1.0 KiB
Markdown
Raw Normal View History

2016-07-12 11:41:42 -07:00
[![Build Status](https://gitlab.com/mgerhardy/engine/badges/master/build.svg)](https://gitlab.com/mgerhardy/engine/commits/master)
2016-07-12 11:14:51 -07:00
2015-10-15 12:54:01 -07:00
# About
2016-05-05 11:03:41 -07:00
Voxel engine with procedural generated landscape.
2015-10-15 12:54:01 -07:00
2016-07-23 07:40:23 -07:00
![Screenshot](/screenshots/2016-07-11.png "Status")
2015-10-15 12:54:01 -07:00
2016-05-05 11:03:41 -07:00
# Dependencies
2016-05-05 13:06:53 -07:00
* cmake
* postgre
2016-05-05 11:03:41 -07:00
* development headers/libs for
2016-05-05 13:00:16 -07:00
* glm
* assimp
* lua >= 5.3
* sdl2 > 2.0.4
2016-08-08 11:55:41 -07:00
* libcurl
2016-05-05 13:00:16 -07:00
* postgresql-server-dev >= 9.5
* libpq
* flatbuffers
* enet
* zlib
* turbobadger
2016-05-05 13:06:53 -07:00
* sauce/fruit
* gtest
2016-05-05 13:00:16 -07:00
Some of these dependencies might not be available as packages in your toolchain - most of them are also bundled with the application. But local installed headers always have the higher priority.
2016-05-05 11:03:41 -07:00
## Debian
2016-07-12 11:51:04 -07:00
apt-get install libglm-dev libassimp-dev lua5.3 liblua5.3-dev libsdl2-dev postgresql-server-dev-9.5 libpq-dev libenet-dev
2015-10-15 12:54:01 -07:00
2016-05-05 13:00:16 -07:00
## Arch Linux
2016-05-05 13:03:15 -07:00
pacman [...]
2016-05-05 13:00:16 -07:00
2016-05-05 13:06:53 -07:00
# Building
You can just run ```make``` in the project root folder.
# More information
2016-07-23 07:40:23 -07:00
For more information, please check out the [wiki](https://gitlab.com/mgerhardy/engine/wikis/home)