Gcolor2: Difference between revisions

From CBLFS
Jump to navigationJump to search
Added page.
 
No edit summary
Line 5: Line 5:
|}
|}


== Introduction to gcolor2 ==
{{Package-Introduction|gcolor2 is a simple color selector based on GTK+2. It allows you to create, name, and save your very own custom colors.|http://gcolor2.sourceforge.net}}
 
gcolor2 is a simple color selector based on GTK+2. It allows you to create, name, and save your very own custom colors.
 
<b>Package Homepage:</b> http://gcolor2.sourceforge.net


== Dependencies ==
== Dependencies ==

Revision as of 20:18, 16 April 2007

Download Source: http://downloads.sourceforge.net/gcolor2/gcolor2-0.4.tar.bz2

Introduction to Gcolor2

gcolor2 is a simple color selector based on GTK+2. It allows you to create, name, and save your very own custom colors.

Project Homepage: http://gcolor2.sourceforge.net

Dependencies

Required

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
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=/usr &&
make

Install the package:

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=/usr --libdir=/usr/lib32 &&
make

Install the package:

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=/usr --libdir=/usr/lib64 &&
make

Install the package:

make install

Contents

Installed Directories: /usr/share/pixmaps/gcolor2
Installed Programs: gcolor2
Installed Libraries: None
Symlinks: None

Short Descriptions

gcolor2 is a simple color selector based on Gtk2.
Retrieved from "?title=Gcolor2&oldid=8935"