Skip to content
This repository was archived by the owner on Sep 30, 2019. It is now read-only.

Latest commit

 

History

History
28 lines (24 loc) · 394 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 394 Bytes

Office

Exploratory implementation of fake ascii rendering and gameplay

Compiling

Fetch submodules first.

git submodule init
git submodule update

Prepare build

Requires >=cmake 3.0

  • Options:
  • OCCULUS_LOG_MEM (OFF by default)
  • RECTIFY_DEBUG (OFF by default)
  • LUA_BRIDGE_DEBUG (OFF by default)
mkdir build
cd build
cmake ..

Compiling

make