Joe: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| (8 intermediate revisions by 5 users not shown) | |||
| Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
| http://prdownloads.sourceforge.net/joe-editor/joe- | | http://prdownloads.sourceforge.net/joe-editor/joe-{{Joe-Version}}.tar.gz | ||
|} | |} | ||
---- | ---- | ||
{{Package-Introduction|JOE is a powerful ASCII-text screen editor.|http://joe-editor.sourceforge.net/}} | |||
== Dependencies == | == Dependencies == | ||
| Line 58: | Line 60: | ||
= Contents = | = Contents = | ||
{| style="text-align: left;" | |||
|- | |||
Installed Programs: jmacs, joe, jpico, jstar, rjoe, termidx | ! Installed Programs: | ||
| jmacs, joe, jpico, jstar, rjoe, termidx | |||
Installed Libraries: None | |- | ||
! Installed Libraries: | |||
Installed Directory: /etc/joe | |None | ||
|- | |||
! Installed Directory: | |||
| /etc/joe | |||
|} | |||
=== Short Descriptions === | === Short Descriptions === | ||
jmacs | {| style="text-align: left;" | ||
|-valign="top" | |||
joe | ! jmacs | ||
| is a symbolic link to joe used to launch Emacs emulation mode. | |||
jpico | |-valign="top" | ||
! joe | |||
jstar | | is a small text editor capable of emulating WordStar, Pico, and Emacs. | ||
|-valign="top" | |||
rjoe | ! jpico | ||
| is a symbolic link to joe used to launch Pico emulation mode. | |||
|-valign="top" | |||
! jstar | |||
| is a symbolic link to joe used to launch WordStar emulation mode. | |||
|-valign="top" | |||
! rjoe | |||
| is a symbolic link to joe that restricts JOE to editing only files which are specified on the command-line. | |||
|-valign="top" | |||
! termidx | |||
| is a program used by joe to generate the termcap index file. | |||
|} | |||
[[Category:Text Editors]] | |||
Latest revision as of 08:47, 20 September 2009
| Download Source: | http://prdownloads.sourceforge.net/joe-editor/joe-3.7.tar.gz |
|---|
Introduction to Joe
JOE is a powerful ASCII-text screen editor.
Project Homepage: http://joe-editor.sourceforge.net/
Dependencies
Non-Multilib
Compile the package:
./configure --prefix=/usr --sysconfdir=/etc && make
Install the package
make install
Multilib
This package does not provide any libraries so only one installation is needed.
32Bit
Compile the package:
CC="gcc ${BUILD32}" ./configure --prefix=/usr --sysconfdir=/etc &&
make
Install the package
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" ./configure --prefix=/usr --sysconfdir=/etc &&
make
Install the package
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" ./configure --prefix=/usr --sysconfdir=/etc &&
make
Install the package
make install
Contents
| Installed Programs: | jmacs, joe, jpico, jstar, rjoe, termidx |
|---|---|
| Installed Libraries: | None |
| Installed Directory: | /etc/joe |
Short Descriptions
| jmacs | is a symbolic link to joe used to launch Emacs emulation mode. |
|---|---|
| joe | is a small text editor capable of emulating WordStar, Pico, and Emacs. |
| jpico | is a symbolic link to joe used to launch Pico emulation mode. |
| jstar | is a symbolic link to joe used to launch WordStar emulation mode. |
| rjoe | is a symbolic link to joe that restricts JOE to editing only files which are specified on the command-line. |
| termidx | is a program used by joe to generate the termcap index file. |