Downloads
From QTermWiki
Main Page | Downloads | Scripts | Documentation | Development | Bug Report | Screenshots | FAQ | Help us | About
Contents |
Unstable Release --- QTerm-0.5.7
Source Package:
- Tar Package: qterm-0.5.7.tar.bz2
Binary Package :
- Windows(VERY Experimental): qterm-0.5.7.7z
Compiled with Visual C++ 2008 Express Edition. Try to install Microsoft Visual C++ 2008 Redistributable Package if you have trouble to run it.
Stable (But Somewhat Outdated) Release --- QTerm-0.4.1
Source Package:
- Tar Package: qterm-0.4.1.tar.bz2
Outdated binary packages, calling for volunteers:
- M$ Windowz: qterm-0.4.0.7z
- You may also want to try qterm-qst, which is maintained by cppgx.
- Debian Sid: qterm_0.4.0-pre4_i386.deb
- Fedora Core 4: qterm-0.4.0pre4-1.i386.rpm
- MacOS X:
- For Intel : QTerm-0.4.0_Intel.zip (by fishy9@newsmth)
- For PowerPC : QTerm-0.4.0_PPC.dmg.gz (by fayewong@newsmth)
- built statically with Qt/Mac , so you dont need to install Qt/Mac anymore.
Mirror Site
- http://www.qtopia.org.cn/ftp/mirror/qterm.sourceforge.net
- ftp://ftp.qtopia.org.cn/mirror/qterm.sourceforge.net
Bleeding Edge Code --- QTerm SVN
If you want to enjoy up-to-the-day source update, you can check out the QTerm subversion repository using the following command:
svn co https://svn.qterm.org/svnroot/qterm qterm
WARNING: This is a generic Subversion checkout command which will pull all modules, tags and/or branches of the project. Since Qt4 base QTerm is the only actively developed tree, you probably rather use the following commands:
Checkout QTerm-Qt4 from trunk:
svn co https://svn.qterm.org/svnroot/qterm/trunk/qterm-qt4 qterm-qt4
Further information about Subversion repository is available at our SourceForge page.
How to install
You need CMake to build the new Qt4 based code. Here are some instructions should work in most cases.
cd qterm-svn mkdir build cd build cmake .. -DCMAKE_INSTALL_PREFIX=$SOMEWHERE -DCMAKE_BUILD_TYPE=debug make make install (You might need root privilege to do this depends on where your $SOMEWHERE is)