GitHub Public Repository
Install git and access https://github.com/sylpheed-mail/sylpheed .
git clone https://github.com/sylpheed-mail/sylpheed
To update to the newest source tree, run the command:
git pullat the target directory.
The GitHub source tree doesn't include automatically created files, so you can't ./configure as it is. To compile, you need autoconf, automake, libtool, gettext to be installed. If they are, required files are automatically generated by ./autogen.sh.
Anonymous SVN
Sylpheed's repository has been migrated to GitHub. Subversion repository will not be updated anymore.
Usage of Subversion repository
Install subversion, and access svn://sylpheed-svn.sraoss.jp/sylpheed .
mkdir svn cd svn svn checkout svn://sylpheed-svn.sraoss.jp/sylpheed/trunk sylpheed
The subdirectory of sylpheed on the repository is divided as following:
- trunk/ Main tree
- branches/ Miscellaneous experimental branches
- tags/ Release-tagged branches
To update to the newest source tree, run the command:
svn updateat the target directory.
The Subversion tree doesn't include automatically created files, so you can't ./configure as it is. To compile, you need autoconf, automake, libtool, gettext to be installed. If they are, required files are automatically generated by ./autogen.sh.