Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.3 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.3 KB

libbbs

Build Status Coverage Status

A telnet Bulletin Board System (BBS) helper library. This library provides the following features for BBS:

  • Unicode-at-on (UAO)
  • ASCII art

Development

The project depends on the following libraries:

  • check (optional)
  • cmake
  • pkg-config
  • valgrind (optional)

You can use the standard cmake way to build the project:

cmake .
make
make test

PPA

The daily build of libbbs can be found in the following PPA.

Feature Request & Issue

Please report feature request and/or issue in https://github.com/pcman-bbs/libbbs/issues.

License