Source

You can checkout the sources for PyChan from its current (temporary) location or browse them online.

svn checkout http://iteration-zero.googlecode.com/svn/trunk/PyChan PyChan

The current build system is Scons. Guichan is build via CMake and a shell script is used to fetch their sources from SVN. See scons -h for help regarding the installation options.

cd PyChan
cd ext
sh update_guichan.sh
cd ..
scons build_guichan=yes
sudo scons install
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License