-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Build from source
Philip Weir edited this page Sep 14, 2025
·
6 revisions
Building Roundcube from source is pretty similar to Dev Releases.
Let's list the individual steps with a short description:
git clone git://github.com/roundcube/roundcubemail.git roundcubemail-gitcd roundcubemail-git
git checkout tags/1.1.5(check out whatever tag or branch you desire)
(for git master and versions >= 1.3 only)
bin/install-jsdeps.shbin/jsshrink.sh
bin/updatecss.shbin/cssshrink.shrm transifexpull.sh package2composer.sh importgettext.sh exportgettext.sh README.md INSTALL UPGRADING, LICENSE, CHANGELOG
rm -rf tests/ installer/ .git* .tx*7. Download and configure Composer
curl -sS https://getcomposer.org/installer | php -- --install-dir=/tmp/
cp composer.json-dist composer.jsonphp /tmp/composer.phar require pear-pear.php.net/net_ldap2:~2.1.0 kolab/net_ldap3:dev-master --no-updatephp /tmp/composer.phar install --prefer-dist --no-devThe roundcubemail-git directory now contains a complete Roundcube installation ready for deployment or packaging.