Gcolor2: Difference between revisions
From CBLFS
Jump to navigationJump to search
Weibullguy (talk | contribs) Added page. |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 5: | Line 5: | ||
|} | |} | ||
{{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. | |||
== Dependencies == | == Dependencies == | ||
| Line 92: | Line 88: | ||
|is a simple color selector based on Gtk2. | |is a simple color selector based on Gtk2. | ||
|} | |} | ||
[[Category:General Utilities]] | |||
Latest revision as of 21:58, 19 March 2009
| 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. |
|---|