Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 1.29 KB

README.md

File metadata and controls

44 lines (37 loc) · 1.29 KB

3D Terrain

A simple C++ + SFML 3D Terrain

3dterrain

Table of contents

Requirements

In order to build this project, you need the following dependencies:

Static linking libraries:

  • Linux:

    • X11
      • sudo apt-get install x11-xserver-utils
    • Xrandr
      • sudo apt-get install libxrandr-dev
    • Xcursor
      • sudo apt-get install libxcursor-dev
    • udev
      • sudo apt-get install libudev-dev
  • Windows (come with Windows by default):

    • opengl32
    • winmm
    • gdi32

Build

  • cmake . -DSFML_PATH="path/path/to/sfml"

To build with shared libraries add -DSHARED=ON

  • make

Run

  • ./Terrain or double click on the icon.