Coder Social home page Coder Social logo

skyformat99 / qterm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from qterm/qterm

0.0 2.0 0.0 3.59 MB

BBS client based on Qt

License: GNU General Public License v3.0

CMake 1.55% C++ 95.66% HTML 0.48% CSS 0.03% C 1.00% JavaScript 1.27% QMake 0.02%

qterm's Introduction

QTerm --- BBS client based on Qt

QTerm is a BBS (Bulletin Board System) client program. It runs on GNU/Linux, OS X and Windows thanks to the cross-platform framework Qt.

History

Back in year 2000, as a desktop alternative, Linux started to get popular among enthusiasts. People need the software they used to have on Windows. A BBS client was one of those that university students wanted most.

In Nov.2 2000, kafa and smartfish released miniTerm at smth (now newsmth) BBS. It was an absolutly exciting experience to view BBS from its mini window.

In 2001, having different vision from being "mini", QTerm forked the code to become a fully functional BBS client such as S-Term and CTerm.

Build

The following dependencies must be met,

  • Qt 4.6+ or Qt 5.3+

    • On Debian, the packages are

      sudo aptitude install qt5-defaults qttools5-dev qttools5-dev-tools qtscript5-dev qtmultimedia5-dev
      
    • The installer from Qt is simple for macOS and Windows.

  • CMake 2.8.11+

  • OpenSSL 1.0.x (Optional)

  • DBus (Optional)

  • Phonon (Optional)

  • KWallet (Optional)

To build on Linux or macOS,

# Create the build directory side by side to qterm source directory
mdkir qterm-build
# Using Qt4
cmake ../qterm
# Using Qt5
cmake ../qterm -DQT5=YES
# If your Qt is under non-standard location, specify the qmake program
cmake ../qterm -DQT_QMAKE_EXECUTABLE=<path of qmake program>
# Build
make
# Optionally create a binary package
make package

To build on Windows, open the Visual Studio Developer Command Prompt,

# Set PATH to include Qt binary directory
set PATH=C:\Qt\5.7\msvc2015\bin;%PATH%
# Create the build directory side by side to qterm source directory
mdkir qterm-build
# Using Qt4
cmake ..\qterm -G "NMake Makefiles"
# Using Qt5
cmake ..\qterm -DQT5=YES -G "NMake Makefiles"
# Build
nmake
# Optionally create an installer if NSIS is installed
nmake package

Development

Repository is at https://github.com/qterm/qterm

License

QTerm is released under GNU General Public License (refer to COPYING).

Credits

Kudos to our users for their bug reports and suggestions.

qterm's People

Contributors

hephooey avatar xiaoqiangwang avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.