Difference between revisions of "Wacom"
(→Dependencies) |
|||
Line 6: | Line 6: | ||
---- | ---- | ||
− | {{Package-Introduction|The Linux Wacom Project manages the drivers, libraries, and documentation for configuring and running Wacom tablets under the Linux operating system. It contains diagnostic applications as well as updated kernel drivers and XFree86/X11R6 XInput drivers.|http://linuxwacom.sourceforge.net/}} | + | {{Package-Introduction|The Linux Wacom Project manages the drivers, libraries, and documentation for configuring and running Wacom graphic tablets under the Linux operating system. It contains diagnostic applications as well as updated kernel drivers and XFree86/X11R6 XInput drivers.|http://linuxwacom.sourceforge.net/}} |
== Dependencies == | == Dependencies == | ||
Line 19: | Line 19: | ||
=== Recommended === | === Recommended === | ||
* [[Gtk2]] using the ./configure option --with-xinput=yes | * [[Gtk2]] using the ./configure option --with-xinput=yes | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Configuration Information == | == Configuration Information == | ||
− | '''<font style="color: green"> | + | '''<font style="color: green">Need to describe the kernel options here.</font>''' |
{| | {| | ||
Line 40: | Line 32: | ||
|''--with-somepackage=DIR:'' | |''--with-somepackage=DIR:'' | ||
|} | |} | ||
− | |||
− | |||
== Non-Multilib == | == Non-Multilib == | ||
Line 47: | Line 37: | ||
Compile the package: | Compile the package: | ||
− | ./configure --prefix=/usr && | + | ./configure --prefix=/usr --enable-dlloader && |
make | make | ||
Line 66: | Line 56: | ||
Compile the package: | Compile the package: | ||
− | CC="gcc ${BUILD32}" ./configure --prefix=/usr && | + | CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \ |
+ | PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 ./configure \ | ||
+ | --prefix=/usr --x-libraries=/usr/lib --build=i686-pc-linux-gnu \ | ||
+ | --host=i686-pc-linux-gnu --disable-xserver64 --enable-dlloader \ | ||
+ | --with-arch=32 --with-xlib=/usr/lib --enable-wacom && | ||
make | make | ||
Line 75: | Line 69: | ||
=== N32 === | === N32 === | ||
− | + | To do | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=== 64Bit === | === 64Bit === | ||
Line 89: | Line 75: | ||
Compile the package: | Compile the package: | ||
− | CC="gcc ${BUILD64}" ./configure --prefix=/usr \ | + | CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ |
− | + | PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 ./configure \ | |
+ | --prefix=/usr --libdir=/usr/lib64 --x-libraries=/usr/lib64 \ | ||
+ | --enable-xserver64 --enable-dlloader --with-arch=64 --with-xlib=/usr/lib64 \ | ||
+ | --enable-wacom && | ||
make | make | ||
Revision as of 10:36, 1 July 2007
Download Source: | http://prdownloads.sourceforge.net/linuxwacom/linuxwacom-0.7.8.tar.bz2 |
---|
Contents
Introduction to Wacom
The Linux Wacom Project manages the drivers, libraries, and documentation for configuring and running Wacom graphic tablets under the Linux operating system. It contains diagnostic applications as well as updated kernel drivers and XFree86/X11R6 XInput drivers.
Project Homepage: http://linuxwacom.sourceforge.net/
Dependencies
Required
Recommended
- Gtk2 using the ./configure option --with-xinput=yes
Configuration Information
Need to describe the kernel options here.
--enable-someoption: brief description of the non-default functionality provided by someoption. |
--disable-someotheroption: brief description of the default functionality removed by disabling someotheroption. |
--with-somepackage=DIR: |
Non-Multilib
Compile the package:
./configure --prefix=/usr --enable-dlloader && make
Install the package:
make install
Multilib
If appropriate, add this line:
This package does not provide any libraries so only one installation is required.
If package documentation is not installed by the 'make install' step, only include the commands to install the documentation in the 64-bit section.
32Bit
Compile the package:
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \ PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 ./configure \ --prefix=/usr --x-libraries=/usr/lib --build=i686-pc-linux-gnu \ --host=i686-pc-linux-gnu --disable-xserver64 --enable-dlloader \ --with-arch=32 --with-xlib=/usr/lib --enable-wacom && make
Install the package:
make install
N32
To do
64Bit
Compile the package:
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 ./configure \ --prefix=/usr --libdir=/usr/lib64 --x-libraries=/usr/lib64 \ --enable-xserver64 --enable-dlloader --with-arch=64 --with-xlib=/usr/lib64 \ --enable-wacom && make
Install the package:
make install
Configuring
This section should contain information about the post-installation configuration of a package, bootscript(s), other files, creating directories. Omit this section if there is no post-installation configuration required.
Contents
You can find a script here that can be used in conjunction with InstallWatch to make creating this table reasonably pain free.
Installed Directories: | /path/to/dir |
---|---|
Installed Programs: | Program 1, Program 2 |
Installed Libraries: | library1.{a,so}, library2.{a,so} |
Short Descriptions
Program 1 | is a program that converts pennies to dollars. |
---|---|
Program 2 | is a program that converts dollars to pennies. |
library1.{so,a} | is a library that contains functions necessary to convert from dollars to pennies and vice versa. |