Skip to content
ec429 edited this page Sep 25, 2010 · 6 revisions

Welcome to the quIRC wiki!

Which tarball should I download? What’s a ‘gitless’ source tarball?

  • If you are using Linux on an x86 system, you can download the binary tarball; just unpack and it should be ready-to-run.
  • If you intend to do development on quIRC and possibly contribute your changes back to the project, you should clone the git repository, and not download a tarball at all.
  • Otherwise, you should download the ‘gitless’ source tarball, which you should be able to compile with a simple ‘make’ (and optionally ‘sudo make install’).

A ‘gitless’ source tarball is one from which git calls, specifically the ‘git describe —tags’ used to generate the version number (and version.h), have been removed. This enables you to compile quIRC from source without having to clone the repository.

Clone this wiki locally