Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.06 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.06 KB

GCC

LibAstro

Simple Terminal user interface library to create astonishing applications.

Getting Started

Developers

Make Sure you got cmake, gcc. To get a copy of the source code for development:

$ git clone https://github.com/alialboainin96/LibAstro.git

Building

For debug:

$ ./build.sh

For release:

$ ./buildRelease.sh

Cleaning the directory

To clean the project directory:

$ ./clean.sh

Built With

  • C++ - Language
  • CMake - Build System
  • And importantly no NCURSES or CURSES

Authors:

License

This project licensed under MIT - see the LICENSE file for details