Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 624 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 624 Bytes

CircleCI Build Status

chidraqul6

chidraqul6 the console game in the 6th generation designed to be cross platform and finally multiplayer

Build windows

On windows install MinGW c++ and c compiler and execute MinGW_chidraqul6.bat

Build macOS

Install xcode and execute ./unix_compiler.sh

xcode: xcode-select --install

Build linux

Install clang and ncurses and then execute ./unix_compiler.sh

clang: sudo apt-get install clang

ncurses: sudo apt-get install libncurses5-dev