Build Roundcube from Source
Building Roundcube from source is pretty similar to Dev Releases.
Let's list the individual steps with a short description:
1. Fetch the source from github
2. Switch to the according branch
(check out whatever tag or branch you desire)
3. Install JavaScript dependencies
(for git master and versions >= 1.3 only)
4. Compress Javascript files and add cache-buster tokens to images referenced from CSS styles
5. Optionally compress CSS files as well
6. Remove development stuff, installer and git files
7. Download and configure Composer
8. Optionally, add dependencies for LDAP modules in order to enable LDAP address books in Roundcube
9. Install PHP dependencies using Composer
The roundcubemail-git directory now contains a complete Roundcube installation ready for deployment or packaging.