[Esbox-commits] r428 - www
raul at garage.maemo.org
raul at garage.maemo.org
Fri Feb 22 15:42:49 EET 2008
Author: raul
Date: 2008-02-22 15:42:40 +0200 (Fri, 22 Feb 2008)
New Revision: 428
Modified:
www/index.html
Log:
Modified: www/index.html
===================================================================
--- www/index.html 2008-02-22 12:59:10 UTC (rev 427)
+++ www/index.html 2008-02-22 13:42:40 UTC (rev 428)
@@ -2,580 +2,404 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
-
-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
-
-
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
-
-
<title>ESbox Project</title>
+
+
</head>
<body>
-
<div class="content">
<div id="top">
<div id="part1">
<h1><a href="#">ESbox Web Site (Draft)</a></h1>
-
</div>
-
<div id="topmenu">
<ul>
-
<li><a href="index.html">HOME</a></li>
-
<li><a href="#features">FEATURES</a></li>
-
<li><a href="#changes">CHANGES</a></li>
-
<li><a href="#installation">INSTALLATION</a></li>
-
</ul>
-
</div>
-
</div>
-
<div id="main">
<div id="left">
<h2>Description</h2>
-
<p>ESbox is an Eclipse plug-in that helps programmers to develop
applications for Maemo platform on Scratchbox Apophis. It supports
C/C++ and Python programming languages. Maemo 4.x SDKs
will be supported.</p>
-
<p> </p>
-
<h2 id="features">Current Features</h2>
-
<ul>
-
<li>Support for C/C++ development process <a href="https://garage.maemo.org/tracker/index.php?func=detail&aid=1167&group_id=192&atid=1359" target="_blank">[#1167]</a></li>
-
<li>Templates in project creation <a href="https://garage.maemo.org/tracker/index.php?func=detail&aid=1163&group_id=192&atid=1359" target="_blank">[#1163]</a></li>
-
<li>Support for Gazpacho <a href="https://garage.maemo.org/tracker/index.php?func=detail&aid=1175&group_id=192&atid=1359" target="_blank">[#1175]</a></li>
-
<li>Support for Scratchbox target creation <a href="https://garage.maemo.org/tracker/index.php?func=detail&aid=1173&group_id=192&atid=1359" target="_blank">[#1173]</a></li>
-
<li>Support for Python development process <a href="https://garage.maemo.org/tracker/index.php?func=detail&aid=1168&group_id=192&atid=1359" target="_blank">[#1168]</a></li>
-
<li> Support localization of application <a href="https://garage.maemo.org/tracker/index.php?func=detail&aid=1170&group_id=192&atid=1359">[#1170]</a> </li>
-
<li>Integration with Valgrind <a href="https://garage.maemo.org/tracker/index.php?func=detail&aid=1165&group_id=192&atid=1359">[#1165]</a></li>
-
<li>Integration with OProfile <a href="https://garage.maemo.org/tracker/index.php?func=detail&aid=1166&group_id=192&atid=1359">[#1166]</a></li>
-
</ul>
-
<p>
</p>
-
<h2 id="changes">Changes</h2>
-
<p><u>ESbox 1.3.6</u> - (2008-02-21)</p>
-
<ul>
-
<li>User's guide improvement</li>
-
</ul>
-
<p><u>ESbox 1.3.5</u> - (2008-02-15)</p>
-
<ul>
-
<li>Profiling tools (OProfile and Valgrind) for C/C++ and
Python projects.</li>
-
<li>Remote Python debug.</li>
-
<li>Debian package support for C/C++ and Python (generation,
deployment and instalation).</li>
-
<li>Restrictions in project name <a href="https://garage.maemo.org/tracker/index.php?func=detail&aid=1506&group_id=192&atid=1420">[#1506]</a></li>
-
</ul>
-
<span style="text-decoration: underline;"><br />
-
</span><a href="changes.html">Changes in previous
releases</a><span style="text-decoration: underline;"><br />
-
</span>
<p>
</p>
-
<h2 id="installation">Installation</h2>
+<h3>Requirements</h3>
-<p style="text-decoration: underline;"><span style="font-weight: bold;">Requirements</span></p>
-
-
<p><u>Development Environment</u></p>
-
<ul>
-
<li> Linux with SSH Client </li>
-
<li> Maemo SDK - <a href="http://maemo.org/development/sdks/maemo_4_0_chinook_sdk.html" target="_blank">Installation Instructions</a> </li>
-
<li> Sun's Java Development Kit (JDK)
-
<ul>
- Installing JDK in Ubuntu Gutsy:
- <ol>
- <li>Add the following line to your <b>/etc/apt/sources.list</b>:
- <pre>
- deb http://us.archive.ubuntu.com/ubuntu gutsy universe multiverse
- </pre>
- </li>
- <li>Install JDK 1.5.0:
- <pre>
- sudo apt-get update
- sudo apt-get install sun-java5-jdk
- </pre>
- </li>
- <li>Set the Java VM as default
- <pre>
- sudo update alternatives --config java
- </pre>
- and select the option with <b>/usr/lib/jvm/java-1.5.0-sun/jre/bin/java</b>
- </li>
- </ol>
+
+Installing JDK in Ubuntu Gutsy:
+ <ol>
+
+ <li>Add the following line to your <b>/etc/apt/sources.list</b>:
+ <pre> deb http://us.archive.ubuntu.com/ubuntu gutsy universe multiverse<br /> </pre>
+
+ </li>
+
+ <li>Install JDK 1.5.0:
+ <pre> sudo apt-get update<br /> sudo apt-get install sun-java5-jdk<br /> </pre>
+
+ </li>
+
+ <li>Set the Java VM as default
+ <pre> sudo update alternatives --config java<br /> </pre>
+
+and select the option with <b>/usr/lib/jvm/java-1.5.0-sun/jre/bin/java</b>
+ </li>
+
+ </ol>
+
</ul>
+
</li>
-
<li> Eclipse SDK 3.3.1.1
-
<ul>
-
<li>Select your specific Linux platform at <a href="http://download.eclipse.org/eclipse/downloads/drops/R-3.3.1.1-200710231652/linPlatform.php#EclipseSDK" target="_blank">this</a> Eclipse page, and download
the compressed file.</li>
-
<li>Extract the previously downloaded file to a directory.</li>
-
<li>Start Eclipse by running the Eclipse executable
included with the release. The executable file is called <em>eclipse</em>,
and is located in the eclipse sub-directory of the install.</li>
-
<li>For more detailed information about Eclipse SDK, see
the <a href="http://www.eclipse.org/eclipse/development/readme_eclipse_3.3.1.1.html" target="_blank">Eclipse 3.3.1.1 Readme</a>.</li>
-
-
</ul>
-
</li>
-
<li> Eclipse CDT 4.0.2
-
<ul>
-
<li>Start Eclipse and follow <a href="cdt.html" target="_blank">this</a> installation instructions in
order to install Eclipse CDT.</li>
-
<li>For more detailed information about Eclipse CDT, see
the <a href="http://www.eclipse.org/cdt/downloads.php" target="_blank">CDT Downloads Page</a>.</li>
-
-
</ul>
-
</li>
-
<li> PyDev >= 1.3.7
-
<ul>
-
- <li>Follow <a href="http://fabioz.com/pydev/manual_101_install.html" target="_blank">this</a> instructions in order to
+ <li>Follow <a href="http://pluthon.garage.maemo.org/pydev.html" target="_blank">this</a> instructions in order to
install PyDev.</li>
-
-
</ul>
-
</li>
-
<li> Python interpreter configured
-
<ul>
-
<li>Follow <a href="http://www.fabioz.com/pydev/manual_101_interpreter.html" target="_blank">this</a> instructions in order to
configure
the PyDev interpreter.</li>
-
-
</ul>
-
</li>
-
</ul>
-
<p><u>Target Environment (Maemo)</u></p>
-
<ul>
-
<li>Wi-Fi connection</li>
-
<li>osso-xterm
-
<ul>
-
<li>Open the <i>Application manager</i> (in <i>Tools</i>
menu).</li>
-
<li>Click <i>Browse installable applications</i>
and choose the category <i>Applications</i>.</li>
-
<li>Select <i>osso-xterm</i>, click <i>Install</i>
and <i>OK</i>.</li>
-
<li>After the installation process, <i>osso-xterm</i>
will be available through <i>Extras >> XTerminal</i>
(in <i>Tools</i> menu).</li>
-
<li>For more information about install applications, see <a href="http://www.maemoapps.com/2007/03/18/installing-applications-the-applications-manager/" target="_blank">this</a> post.</li>
-
-
</ul>
-
</li>
-
<li>becomeroot
-
<ul>
-
<li>Open the <i>Application manager</i> (in <i>Tools</i>
menu).</li>
-
<li>Open its <i>Application catalogue</i>
(inside <i>Tools</i>, on the application's menu).</li>
-
<li>Create this new repository:
-
<table border="1">
-
<tbody>
-
<tr>
-
<td><i>Catalogye name:</i></td>
-
<td>Polish Eko1</td>
-
</tr>
-
<tr>
-
<td><i>Web address:</i></td>
-
<td>http://eko.one.pl/maemo/</td>
-
</tr>
-
<tr>
-
<td><i>Distribution:</i></td>
-
<td>bora</td>
-
</tr>
-
<tr>
-
<td><i>Components:</i></td>
-
<td>user</td>
-
</tr>
-
-
</tbody>
-
</table>
-
</li>
-
<li>Refresh package list.</li>
-
<li>Click <i>Browse installable applications</i>
and choose the category <i>Support</i>.</li>
-
<li>Select <i>becomeroot</i>, click <i>Install</i>
and <i>OK</i>.</li>
-
<li>For more information about install applications, see <a href="http://www.maemoapps.com/2007/03/18/installing-applications-the-applications-manager/" target="_blank">this</a> post.</li>
-
-
</ul>
-
</li>
-
<li> OpenSSH Server with public key (protocol version 2)
-
<ul>
-
<li>In order to install OpenSSH Server, open <a href="http://maemo.org/downloads/product/openssh" target="_blank">this</a> page in Maemo and click on
the green icon <i>Click to install!</i>.</li>
-
<li>Open <i>Xterminal</i> and switch to root: <em>sudo
gainroot</em></li>
-
<li>For security reasons, lock root account (<em>passwd
-l root</em>) and set password (<em>passwd user</em>).</li>
-
-
</ul>
-
</li>
-
</ul>
-
<p> </p>
+<h3>Installation Instructions</h3>
-<span style="font-weight: bold;"><span style="text-decoration: underline;">Installation Instructions</span><br />
-
-
-</span>
<p style="color: red;">PLEASE, READ THE REQUIREMENTS
SECTION CAREFULLY BEFORE FOLLOW THE INSTALLATION INSTRUCTIONS.</p>
-
<p><u>Method 1: Remote Update Site</u></p>
-
<ul>
-
<li>
-
<p>1 - Select <i>Help > Software Updates
> Find and Install</i> from the main menu bar.</p>
-
<img src="images/install/esbox1.png" alt="esbox1" />
</li>
-
<li>
-
<p>2 - Select the <i>Search for new features to install</i>
and click <i>Next</i>.</p>
-
<img src="images/install/esbox2.png" alt="esbox2" />
</li>
-
<li>
-
<p>3 - Click <i>New Remote Site</i>.</p>
-
<img src="images/install/esbox3.png" alt="esbox3" />
</li>
-
<li>
-
<p>4 - Fill the form with the following values, click <i>OK</i>
(Figure 4) and click <i>Finish</i> (Figure 3).</p>
-
-
<ul>
-
<li>Name : <strong>ESbox</strong></li>
-
<li>URL : <strong>http://esbox.garage.maemo.org/update</strong></li>
-
-
</ul>
-
<img src="images/install/esbox4.png" alt="esbox4" />
</li>
-
<li>
-
<p>5 - Select <i>ESbox</i> and click <i>Next</i>.</p>
-
<img src="images/install/esbox5.png" alt="esbox5" />
</li>
-
<li>
-
<p>6 - Select <i>I accept the terms in the license
agreements</i> and click <i>Next</i>.</p>
-
<img src="images/install/esbox6.png" alt="esbox6" />
</li>
-
<li>
-
<p>7 - Click <i>Finish</i> and the installation
will be performed.</p>
-
</li>
-
</ul>
-
<p><u>Method 2: ZIP files</u></p>
-
<p>After downloading the <a href="https://garage.maemo.org/frs/?group_id=192" target="_blank">ZIP</a> file, extract it on top of
Eclipse. Make sure the folder <i>plugins</i> is extracted
on top of the Eclipse plugins folder and the folder <i>features</i>
is extracted on top of the Eclipse features folder. After that, restart
Eclipse with the '-clean' flag, to make sure Eclipse finds out about it.</p>
-
</div>
-
</div>
-
</div>
-
<div id="footer">
<div class="right">© Copyright 2007, INdT</div>
-
</div>
-
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
More information about the Esbox-commits
mailing list