Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 627 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 627 Bytes

light

CodeFactor

This repository is under development.

Building

  1. Get the source code:
git clone --recursive https://github.com/ethan706/light-dev.git
cd light-dev
  1. Build with CMake:
mkdir build
cd build
cmake ..
cmake --build .

CMake 3.10 & C++17 are required.

License

light is licensed under the MIT licence, please see the licence file for more information.