Difference between revisions of "Source Code"
(→Getting the source) |
m (→Browsing the source: Fixed a typo in ViewVC name.) |
||
Line 2: | Line 2: | ||
We provide various ways to browse the source code: | We provide various ways to browse the source code: | ||
* Direct subversion: https://svn.eiffel.com/eiffelstudio | * Direct subversion: https://svn.eiffel.com/eiffelstudio | ||
− | * | + | * ViewVC: https://svn.eiffel.com/viewvc/eiffelstudio |
* WebSVN: https://svn.eiffel.com/websvn/listing.php?repname=eiffelstudio | * WebSVN: https://svn.eiffel.com/websvn/listing.php?repname=eiffelstudio | ||
Revision as of 02:13, 27 March 2015
Browsing the source
We provide various ways to browse the source code:
- Direct subversion: https://svn.eiffel.com/eiffelstudio
- ViewVC: https://svn.eiffel.com/viewvc/eiffelstudio
- WebSVN: https://svn.eiffel.com/websvn/listing.php?repname=eiffelstudio
Getting the source
To get the most recent version of the source code you can either use Subversion or Git:
svn co https://svn.eiffel.com/eiffelstudio/trunk EiffelStudio
git clone git@github.com:EiffelSoftware/EiffelStudio.git
However previous releases are only available via the subversion repository under branches:
svn co https://svn.eiffel.com/eiffelstudio/branches/Eiffel_13.11 Eiffelstudio_13.11
Compiling EiffelStudio
Refer to Compiling EiffelStudio.