Difference between revisions of "Joe"

From CBLFS
Jump to navigationJump to search
(I put the package description at the top)
m (I reformatted the "Contents" section to to use tables.)
Line 62: Line 62:
 
= Contents =
 
= Contents =
  
JOE (Joe's own editor) is a small text editor capable of emulating WordStar, Pico, and Emacs.
+
{| style="text-align: left;"
 
+
|-
 
+
! Installed Programs:
Installed Programs: jmacs, joe, jpico, jstar, rjoe, termidx
+
| jmacs, joe, jpico, jstar, rjoe, termidx
 
+
|-
Installed Libraries: None
+
! Installed Libraries:
 
+
|None
Installed Directory: /etc/joe
+
|-
 
+
! Installed Directory:
 +
| /etc/joe
 +
|}
  
 
=== Short Descriptions ===
 
=== Short Descriptions ===
  
jmacs: is a symbolic link to joe used to launch Emacs emulation mode.  
+
{| style="text-align: left;"
 
+
|-
joe: is a small text editor capable of emulating WordStar, Pico, and Emacs.  
+
! jmacs
 
+
| is a symbolic link to joe used to launch Emacs emulation mode.  
jpico: is a symbolic link to joe used to launch Pico emulation mode.  
+
|-
 
+
! joe
jstar: is a symbolic link to joe used to launch WordStar emulation mode.  
+
| is a small text editor capable of emulating WordStar, Pico, and Emacs.  
 
+
|-
rjoe: is a symbolic link to joe that restricts JOE to editing only files which are specified on the command-line.  
+
! jpico
 
+
| is a symbolic link to joe used to launch Pico emulation mode.  
termidx: is a program used by joe to generate the termcap index file.
+
|-
 +
! 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.
 +
|}

Revision as of 20:08, 7 December 2006

Download Source: http://prdownloads.sourceforge.net/joe-editor/joe-3.5.tar.gz

Introduction to JOE

JOE (Joe's own editor) is a small text editor capable of emulating WordStar, Pico, and Emacs.

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.