15,091
edits
Changes
no edit summary
To use Eclipse you'll need two folders. One * A folder where you install Eclipse, the other one will be the workspace. E.g., /home/acraphae<code>~/devel/eclipse_installs/ and </home/acraphaecode>* A folder that will be the workspace. E.g., <code>~/devel/eclipse_workspaces/gramps</code>
Download an Eclipse package from [httphttps://www.eclipse.org/downloads/ Eclipse.org]. Unzip the file into /home/acraphae<code>~/devel/eclipse_installs/ </code> and run the eclipse binary in /home/acraphae<code>~/devel/eclipse_installs/eclipse </code> when asked for a workspace, enter /home/acraphae<code>~/devel/eclipse_workspaces/gramps</code>
== Installing Pydev and Pylint==
Get pydev from the [http://www.pydev.org/download.html pydev dowload download site] or use . Follow the [http://www.pydev.org/updates manual_101_install.html installation tutorial] On Ubuntu, the python interpreter can be found at <code>/usr/bin/python</code> <code>sudo apt-get install pylint</code> Go to: {{man menu|window > preferences > pydev update site> pylint}} tick {{man label|[ ] Use pylint}} and enter <code>/usr/bin/pylint</code> as the pylint path. == Installing EGit ==Follow the [http://www.eclipse.org/egit/download/ download instructions] to install the [http://www.eclipse.org/egit/ EGit]plugin. Open the Git perspective and add a repository.
== Installing Subversion See also==Follow the guide on http://subclipse.tigris.org/install.html to install the Subclipse plugin.* [[Running a development version of Gramps]]