mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-23 19:23:18 +00:00
eclipse plugin: Fix for bug #18076
This commit is contained in:
parent
f74547e9be
commit
72c1e098e1
@ -34,11 +34,12 @@ The following image will highlight the terms used: 1 - Navigator, 2 - Project, 3
|
||||
\section{Common prerequisites}
|
||||
\begin{enumerate}
|
||||
\item The plugin runs on the following platforms: Windows 32/64 bit, Linux 32/64 bit and Mac OSX 64bit. Note that \textbf{Mac OSX 32 bit} is \textbf{not supported}. If you want to know why, please consult the Frequently Asked Questions section.
|
||||
\item Download and install Sun's Java:
|
||||
\item Download and install Sun's Java Version 6 (Java SE6):
|
||||
\begin{enumerate}
|
||||
\item If you are going just to use the plugin (User): \href{https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=jre-6u21-oth-JPR@CDS-CDS_Developer}{Download JRE}
|
||||
\item If you are going to modify it or run it from source (Developer): \href{http://java.sun.com/javase/downloads/widget/jdk6.jsp}{Download JDK}
|
||||
\end{enumerate}
|
||||
\textit{Note:} The plugin uses Java SE6, thus older versions (like 1.4 or 1.5) don't work with it.\\
|
||||
\textit{Note:} Please double check the java installed on your system. On some machines there is the OpenJDK or other Java versions. Use just Sun's so there will be no problems.
|
||||
\item Download and install Python 2.x:
|
||||
\begin{enumerate}
|
||||
|
@ -44,7 +44,7 @@
|
||||
<h2>Documentation</h2>
|
||||
|
||||
<p>The PDF containing the documentation of the plugin can be found here:
|
||||
<a href="http://sourceforge.net/projects/wesnoth/files/wesnoth-umcplugin/1.0.0/README.pdf/download">README.pdf</a>.
|
||||
<a href="http://sourceforge.net/projects/wesnoth/files/wesnoth-umcplugin/1.0.2/README.pdf/download">README.pdf</a>.
|
||||
</p>
|
||||
|
||||
<h2>How to install</h2>
|
||||
|
Loading…
x
Reference in New Issue
Block a user