16 | | ==== Java Development Kit ==== |
17 | | Sophie2 is written in Java. That means you have to install Java Development Kit if you want to develop it. Java Runtime Environment (JRE) is required for running the project. |
18 | | ==== Eclipse ==== |
19 | | Eclipse is the primary IDE tool used for developing Sophie2. More information about Eclipse and JDK can be found under [wiki:PLATFORM_INFRASTRUCTURE_OVERVIEW#DevelopmentTools] |
20 | | ==== Subversion (SVN) client ==== |
21 | | Subversion is the version control system that we use. More information and useful links about it can be found under [wiki:PLATFORM_INFRASTRUCTURE_OVERVIEW#SubversionClient] |
| 15 | * '''Java Development Kit'''. Sophie2 is written in Java. That means you have to install Java Development Kit if you want to develop it. Java Runtime Environment (JRE) is required for running the project. |
| 16 | |
| 17 | * '''Eclipse'''. Eclipse is the primary IDE tool used for developing Sophie2. More information about Eclipse and JDK can be found under [wiki:PLATFORM_INFRASTRUCTURE_OVERVIEW#DevelopmentTools] |
| 18 | |
| 19 | * '''Subversion (SVN) client'''. Subversion is the version control system that we use. More information and useful links about it can be found under [wiki:PLATFORM_INFRASTRUCTURE_OVERVIEW#SubversionClient] |
| 20 | |