Difference between revisions of "Terminal"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) (Added contents.) |
|||
Line 5: | Line 5: | ||
|} | |} | ||
− | + | {{Package-Introduction|This is the Terminal emulator application. Terminal is a lightweight and easy to use terminal emulator for the X windowing system.|http://www.xfce.org}} | |
− | |||
− | This is the Terminal emulator application. Terminal is a lightweight and easy to use terminal emulator for the X windowing system. | ||
− | |||
− | |||
== Dependencies == | == Dependencies == |
Revision as of 14:07, 16 April 2007
Download Source: | http://www.xfce.org/archive/xfce-4.6.2/src/Terminal-0.2.6.tar.bz2 |
---|
Contents
Introduction to Terminal
This is the Terminal emulator application. Terminal is a lightweight and easy to use terminal emulator for the X windowing system.
Project Homepage: http://www.xfce.org
Dependencies
Required
Non-Multilib
Compile the package:
./configure --prefix=${XFCE_PREFIX} \ --libexecdir=${XFCE_PREFIX}/lib/terminal && make
Install the package:
make install
Multilib
This package does not provide any libraries so only one installation is required.
32Bit
Compile the package:
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ ./configure --prefix=${XFCE_PREFIX} \ --libexecdir=${XFCE_PREFIX}/lib/terminal && make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ ./configure --prefix=${XFCE_PREFIX} \ --libexecdir=${XFCE_PREFIX}/lib32/terminal && make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./configure --prefix=${XFCE_PREFIX} \ --libexecdir=${XFCE_PREFIX}/lib64/terminal && make
Install the package:
make install
Contents
Installed Directories: | $XFCE_PREFIX/share/doc/Terminal/{C,ja,apps}, $XFCE_PREFIX/share/icons/hicolor/{16x16,24x24,48x48}/stock/navigation, $XFCE_PREFIX/share/icons/hicolor/scalable/apps, $XFCE_PREFIX/share/pixmaps, $XFCE_PREFIX/lib/terminal, $XFCE_PREFIX/share/{applications,Terminal} |
---|---|
Installed Programs: | Terminal |
Installed Libraries: | None |
Short Descriptions
Terminal | is the Xfce terminal emulator program. |
---|