Skip to content
/ spe4k Public

Multiplatform IRC client written with Qt

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

shaoner/spe4k

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Multiplatform IRC client written with Qt

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published