Difference between revisions of "Xorg7/rman"

From CBLFS
Jump to navigationJump to search
(Created page.)
 
Line 1: Line 1:
 +
{| style="text-align: left; background-color: AliceBlue;"
 +
|-
 +
!Download Source:
 +
|  http://prdownloads.sourceforge.net/polyglotman/rman-3.2.tar.gz
 +
|}
 +
----
 
Back to [[Xorg7/xterm|xterm]]
 
Back to [[Xorg7/xterm|xterm]]
 +
----
  
 +
== Dependencies ==
 +
 +
== Non-Multilib ==
 +
 +
Adjust the makefile:
 +
 +
sed -i -e "s@/opt/local@$XORG_PREFIX@" \
 +
    -e "s@/usr/local@$XORG_PREFIX@" Makefile
 +
 +
Compile the package:
 +
 +
make
 +
 +
Install the package
 +
 +
make install
 +
 +
== Multilib ==
 +
 +
=== 32Bit ===
 +
 +
None...
 +
 +
=== N32 ===
 +
 +
None...
 +
 +
=== 64Bit ===
 +
 +
Adjust the makefile:
 +
 +
sed -i -e "s@/opt/local@$XORG_PREFIX@" \
 +
    -e "s@/usr/local@$XORG_PREFIX@" Makefile
 +
 +
Compile the package:
 +
 +
make
 +
 +
Install the package
 +
 +
make install
 +
 +
----
 
Next [[Xorg7/Config|Configure X]]
 
Next [[Xorg7/Config|Configure X]]

Revision as of 07:43, 11 October 2006

Download Source: http://prdownloads.sourceforge.net/polyglotman/rman-3.2.tar.gz

Back to xterm


Dependencies

Non-Multilib

Adjust the makefile:

sed -i -e "s@/opt/local@$XORG_PREFIX@" \
    -e "s@/usr/local@$XORG_PREFIX@" Makefile

Compile the package:

make

Install the package

make install

Multilib

32Bit

None...

N32

None...

64Bit

Adjust the makefile:

sed -i -e "s@/opt/local@$XORG_PREFIX@" \
    -e "s@/usr/local@$XORG_PREFIX@" Makefile

Compile the package:

make

Install the package

make install

Next Configure X