1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 07:05:24 +02:00

Update Terminal README for RXTX installation as plugins

This commit is contained in:
Martin Oberhuber 2007-11-13 14:11:30 +00:00
parent 4910ed9bc9
commit cff6bdc83f
2 changed files with 32 additions and 9 deletions

View file

@ -123,12 +123,11 @@
<td><a href="http://www.eclipse.org/downloads/download.php?file=/dsdp/tm/downloads/drops/@dropDir@/TM-terminal-@buildId@.zip">TM-terminal-@buildId@.zip</a></td>
<td>
A stand-alone ANSI / vt102 terminal emulator widget and view (with minor
<a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.tm.core/terminal/org.eclipse.tm.terminal/README.txt?revision=1.3&root=DSDP_Project&view=markup">
<a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.tm.core/terminal/org.eclipse.tm.terminal/README.txt?revision=1.4&root=DSDP_Project&view=markup">
limitations</a>). Includes pluggable connectors
for serial line (through RXTX, see the
<a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.tm.core/terminal/org.eclipse.tm.terminal.serial/README.txt?revision=1.4&root=DSDP_Project&view=markup">
installation notes</a> and
<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=175336">bug 175336</a>), ssh and telnet. Includes Source.
<a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.tm.core/terminal/org.eclipse.tm.terminal.serial/README.txt?revision=1.5&root=DSDP_Project&view=markup">
installation notes</a>), ssh and telnet. Includes Source.
</td>
</tr>
<tr><td><div align=left><img src = "OK.gif" width=19 height=23></div></td>

View file

@ -5,14 +5,36 @@ to RSE downloads after 2.0M4. Instructions for previous versions (using
Sun javacomm / javax.comm package instead of gnu.io) are still available from
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.tm.core/terminal/org.eclipse.tm.terminal.serial/README.txt?root=DSDP_Project&view=markup&pathrev=R1_0_1
Prerequisites:
--------------
In order to compile and run this plugin, RXTX has to be installed into
the jvm. Once RXTXcomm.jar is installed in your JRE, you'll need to
quit and re-start Eclipse PDE in order to recompute the classpath.
In order to compile and run this plugin, RXTX has to be installed.
There are two options: Either installing RXTX as an Eclipse plugin,
or installing RXTX as a JVM extension. For installation as plugin,
you can download a ZIP archive or use the Update Manager.
In either case, once RXTX is installed, you'll need to quit and
re-start Eclipse PDE in order to recompute the classpath.
Installation:
-------------
Option A.1: Installation as an Eclipse Plugin via Update Manager:
-----------------------------------------------------------------
* In Eclipse, choose Help > Software Updates > Find and Install
- Search for New Features to Install, Next
- New Remote Site:
Name = RXTX
URL = http://rxtx.qbang.org/eclipse/
- Finish, select proper version, Install All
Option A.2: Installation as an Eclipse Plugin via Download:
-----------------------------------------------------------
* Download RXTX SDK or Runtime ZIP from
http://rxtx.qbang.org/eclipse/downloads/
and extract it into your Eclipse installation.
Option B: Installation as a JVM Extension:
------------------------------------------
* Get RXTX binaries from
ftp://ftp.qbang.org/pub/rxtx/rxtx-2.1-7-bins-r2.zip
* Copy RXTXcomm.jar into $JRE/lib/ext
@ -24,7 +46,9 @@ Installation:
are available from the "ToyBox" link on
http://users.frii.com/jarvi/rxtx/download.html
Changelog:
----------
1.0.1 - Added options for installing RXTX as an Eclipse Plugin
0.9.100 - switched from Sun javax.comm to rxtx gnu.io for serial support
0.9.0 - first version