Skip to content

Latest commit

 

History

History
52 lines (41 loc) · 1.59 KB

README.md

File metadata and controls

52 lines (41 loc) · 1.59 KB

CodeFactor Codacy Build GitHub repo size GitHub last commit Visits Badge

WIP


Available Compilers

  • Mingw-w64
  • GCC

Tested Platforms

  • MinGW (Windows)
  • GCC (Linux)

How To Build

Windows

git clone https://github.com/requizm/cs2d_vscode
cd cs2d_vscode
cmake -Bbuild
cmake --build build

Linux

sudo apt-get install cmake libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libgl1-mesa-dev
git clone https://github.com/requizm/cs2d_vscode
cd cs2d_vscode
cmake -Bbuild -G "Unix Makefiles"
cmake --build build

Used Libraries