/spe4k

Multiplatform IRC client written with Qt

Primary LanguageC++GNU General Public License v3.0GPL-3.0

spe4k v0.1.0a

spe4k (pronunced speak) is a multiplatform IRC client written with Qt. The goal is to have a very simple and customizable client, in which you can add python scripts to customize its behaviour just like mIRC (but free). For now, only the IRC part works:

  • Basic IRC commands
  • Basic options
  • Network list
  • Identities

If you want to join this project as a developer, feel free to contact me by e-mail (shaoner@gmail.com) Or better, connect to irc.spe4k.com:6667

Build

Requirements

  • qt >= 4.8
  • qmake >= 2.01a

Submodules

First, you have to fetch all the data from each submodule

git submodule init
git submodule update

Compiling

Generate the makefile with qmake, and compile. Note: you can do it with make -j to compile faster.

For linux

qmake-qt4 -r -spec linux-g++
make

For Windows 32bits

Requires:

  • mingw32-qmake-qt4
  • mingw32-gcc-c++
mingw-qmake-qt4 libspe4rc.pro -r
make

For Windows 64bits

Requires:

  • mingw64-qmake-qt4
  • mingw64-gcc-c++
mingw-qmake-qt4 libspe4rc.pro -r
make

License

GPL

Icons

Fugue Icons: http://p.yusukekamiyamane.com/

Authors

shaoner shaoner@gmail.com