Difference between revisions of "Terminal"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) |
|||
Line 89: | Line 89: | ||
|is the Xfce terminal emulator program. | |is the Xfce terminal emulator program. | ||
|} | |} | ||
+ | |||
+ | [[Category:XFCE]] |
Latest revision as of 06:25, 20 October 2010
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. |
---|