Marauroa on Eclipse: Difference between revisions
Content deleted Content added
imported>Monsterdhal m Added link to the sourceforge fingerprint listing |
imported>Hendrik Brummermann clean up of instructions for really old versions of Eclipse |
||
| (27 intermediate revisions by 2 users not shown) | |||
Line 2:
{{Navigation for Marauroa Developers}}
== Get Java ==
* If you can play Stendhal, you already have Java and can skip this step.
* If you do not have java installed, please download it https://java.com<br> (if you are on Linux, use your packet manager)
== Get Eclipse==
* Go to https://www.eclipse.org/downloads/
* Download: "Eclipse IDE for Java Developers"
* Unzip the download an run Eclipse
* In Eclipse, close the "Welcome" window
== Git-configuration in Eclipse ==
<pre>
* First you need to tell Git about yourself:
Line 29 ⟶ 22:
* Click New Entry and enter
Key: user.name
Value: <your
* Click New Entry again and enter
Key: user.email
Value: <your
</pre>
This information is stored in ~/.gitconfig (Linux) or %USERPROFILE%\.gitconfig (Windows) and will be used by Git to identify who did change the history of the repository.
=== Get Code ===
Line 83 ⟶ 53:
* Finish
</pre>
While perferforming the ssh connect you will be asked to accept
== Trouble Shooting ==
Line 90 ⟶ 60:
== See also ==
[[
[[
[[Category:Marauroa]]
| |||