Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 214 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 214 Bytes

lux-server

Make sure you clone the submodules as well.

Building

Required libraries

  • ENet
  • OpenGL, one of:
    • 2.1
    • ES 2.0
  • GLFW
  • GLM
  • LuaJIT
mkdir build
cd build
cmake ..
make