Difference between revisions of "Iiview"

From CBLFS
Jump to navigationJump to search
(New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: http://prdownloads.sourceforge.net/iiview/iiview-0.26.tar.bz2 | |} ---- {{Blank-Package-Introduction}} ==...)
 
 
(2 intermediate revisions by 2 users not shown)
Line 14: Line 14:
  
 
* [[libjpeg]]
 
* [[libjpeg]]
* [[libncurses]] (for framebuffer support)
+
* [[libTIFF]]
* [[libtiff]]
 
 
* [[libpng]]
 
* [[libpng]]
* [[libz]]
 
 
* [[console-tools]]
 
* [[console-tools]]
  
Line 27: Line 25:
 
(depends on your system and your preferences)
 
(depends on your system and your preferences)
  
make           - X-Window supportonly
+
{|style="text-align: left;"
                  This is default for all platforms.
+
|-
 +
|<i>make</i>: - X-Window; default for all platforms.
 +
|-
 +
|<i>make withfb</i>: - X-Window and framebuffer support; for Linux framebuffer.
 +
|-
 +
|<i>make withfbonly</i>: - framebuffer support only for people who don't want to have a dependency with X on slim boxes.
 +
|}
  
make withfb    - X-Window and framebuffer support (read below)
+
== Non-Multilib ==
                  This is for Linux framebuffer
 
  
make withfbonly - framebuffer support only
+
  sed -i "s@/usr/X11R6@${XORG_PREFIX}@g" Makefile
                  This is for people who don't want to have
 
                  a dependency with X on slim boxes
 
 
 
== Non-Multilib ==
 
  sed -i "s@/usr/X11R6@${XORG_PREFIX}@g" Makfile
 
 
  sed -i "s@/usr/local@/usr@g" Makefile
 
  sed -i "s@/usr/local@/usr@g" Makefile
 
  make withfb
 
  make withfb
+
 
 
Install the package
 
Install the package
  
Line 57: Line 55:
  
 
= Contents =
 
= Contents =
 +
 +
[[Category:Programming]]

Latest revision as of 16:59, 19 March 2009

Download Source: http://prdownloads.sourceforge.net/iiview/iiview-0.26.tar.bz2

Introduction to Iiview

Project Homepage: Unknown

Dependencies

Required

Optional

Configuration

Type in: "make" or "make withfb" or "make withfbonly" (depends on your system and your preferences)

make: - X-Window; default for all platforms.
make withfb: - X-Window and framebuffer support; for Linux framebuffer.
make withfbonly: - framebuffer support only for people who don't want to have a dependency with X on slim boxes.

Non-Multilib

sed -i "s@/usr/X11R6@${XORG_PREFIX}@g" Makefile
sed -i "s@/usr/local@/usr@g" Makefile
make withfb

Install the package

make install

Multilib

32Bit

N32

64Bit

Contents