Difference between revisions of "Libstroke"

From CBLFS
Jump to navigationJump to search
(Created page.)
 
 
(6 intermediate revisions by 4 users not shown)
Line 2: Line 2:
 
|-
 
|-
 
!Download Source:
 
!Download Source:
|ftp://ftp.geda.seul.org/pub/geda/dist/libstroke-{{Libstroke-Version}}.tar.gz
+
|http://etla.net/libstroke/libstroke-{{Libstroke-Version}}.tar.gz
 
|}
 
|}
  
= Introduction to LibStroke =
+
{{Package-Introduction|LibStroke is a stroke translation library.  Strokes are motions of the mouse that can be interpreted by a program as a command.|http://etla.net/libstroke/}}
LibStroke is a stroke translation library.  Strokes are motions of the mouse that can be interpreted by a program as a command.
 
  
= Non-Multilib =
+
== Dependencies ==
  
Compile the LibStroke package:
+
=== Required ===
 +
* [[X Window System]]
 +
 
 +
=== Optional ===
 +
* [[TCL]]
 +
* [[Gtk1]]
 +
 
 +
== Non-Multilib ==
 +
 
 +
Compile the package:
 +
 
 +
sed -i -e "/^EXTRA_DIST = $/d" \
 +
        -e "/^\t#/d" lib{,g}stroke/Makefile.am &&
 +
autoreconf -i && libtoolize -f &&
 
  ./configure --prefix=/usr &&
 
  ./configure --prefix=/usr &&
 
  make
 
  make
  
 
Install the LibStroke package:
 
Install the LibStroke package:
 +
 
  make install
 
  make install
  
= Multilib =
+
== Multilib ==
 +
 
 +
=== 32Bit ===
 +
 
 +
Compile the package:
 +
 
 +
sed -i -e "/^EXTRA_DIST = $/d" \
 +
        -e "/^\t#/d" lib{,g}stroke/Makefile.am &&
 +
autoreconf -i && libtoolize -f &&
 +
CC="gcc ${BUILD32}" USE_ARCH=32 \
 +
./configure --prefix=/usr &&
 +
make
 +
 
 +
Install the package:
  
== 32Bit ==
+
make install
 +
 
 +
=== N32 ===
 
  To do...
 
  To do...
  
== N32 ==
+
=== 64Bit ===
  To do...
+
 
 +
Compile the package:
 +
 
 +
  sed -i -e "/^EXTRA_DIST = $/d" \
 +
        -e "/^\t#/d" lib{,g}stroke/Makefile.am &&
 +
autoreconf -i && libtoolize -f &&
 +
CC="gcc ${BUILD64}" USE_ARCH=64 \
 +
./configure --prefix=/usr \
 +
    --libdir=/usr/lib64 &&
 +
make
 +
 
 +
Install the package:
 +
 
 +
make install
  
== 64Bit ==
+
== Contents ==
To do...
 
  
= Contents =
+
{| style="text-align: left;"
 +
|-valign="top"
 +
!Installed Directories:
 +
|None
 +
|-valign="top"
 +
!Installed Programs:
 +
|None
 +
|-valign="top"
 +
!Installed Libraries:
 +
|libstroke.{a,la,so}, libgstroke.{a,la,so}
 +
|}
  
 
== Short Description ==
 
== Short Description ==
 +
 +
[[Category:General Libs]]

Latest revision as of 10:43, 20 September 2009

Download Source: http://etla.net/libstroke/libstroke-0.5.1.tar.gz

Introduction to Libstroke

LibStroke is a stroke translation library. Strokes are motions of the mouse that can be interpreted by a program as a command.

Project Homepage: http://etla.net/libstroke/

Dependencies

Required

Optional

Non-Multilib

Compile the package:

sed -i -e "/^EXTRA_DIST = $/d" \
       -e "/^\t#/d" lib{,g}stroke/Makefile.am &&
autoreconf -i && libtoolize -f &&
./configure --prefix=/usr &&
make

Install the LibStroke package:

make install

Multilib

32Bit

Compile the package:

sed -i -e "/^EXTRA_DIST = $/d" \
       -e "/^\t#/d" lib{,g}stroke/Makefile.am &&
autoreconf -i && libtoolize -f &&
CC="gcc ${BUILD32}" USE_ARCH=32 \
./configure --prefix=/usr &&
make

Install the package:

make install

N32

To do...

64Bit

Compile the package:

sed -i -e "/^EXTRA_DIST = $/d" \
       -e "/^\t#/d" lib{,g}stroke/Makefile.am &&
autoreconf -i && libtoolize -f &&
CC="gcc ${BUILD64}" USE_ARCH=64 \
./configure --prefix=/usr \
    --libdir=/usr/lib64 &&
make

Install the package:

make install

Contents

Installed Directories: None
Installed Programs: None
Installed Libraries: libstroke.{a,la,so}, libgstroke.{a,la,so}

Short Description