Gnokii: Difference between revisions

From CBLFS
Jump to navigationJump to search
No edit summary
No edit summary
 
(7 intermediate revisions by 3 users not shown)
Line 7: Line 7:
----
----


== Introduction to Gnokii ==
{{Package-Introduction|Library and programs for support mobile phones (mostly nokia). Calendar, bluetouth, data exchange etc.|http://www.gnokii.org/}}
 
Library and programs for support mobile phones (mostly nokia). Calendar, bluetouth, data exchange etc.


== Dependencies ==
== Dependencies ==
Line 27: Line 25:
Install the package
Install the package


  make install-strip &&
  make install &&
  make install-doc
  make install-devel


== Multilib ==
== Multilib ==
Line 42: Line 40:
Install the package
Install the package


  make install-strip &&
  make install &&
  make install-doc
  make install-devel


=== N32 ===
=== N32 ===
Line 55: Line 53:
Install the package
Install the package


  make install-strip &&
  make install &&
  make install-doc
  make install-devel


=== 64Bit ===
=== 64Bit ===
Line 68: Line 66:
Install the package
Install the package


  make install-strip &&
  make install &&
  make install-doc
  make install-devel


= Contents =
= Contents =
Line 76: Line 74:
|-valign="top"
|-valign="top"
! Installed Programs:
! Installed Programs:
| ???
| xgnokii, mgnokiidev, gnokiid, gnokii
|-valign="top"
|-valign="top"
! Installed Libraries:
! Installed Libraries:
| ???
| libgnokii.{a,la,so}
|-valign="top"
|-valign="top"
! Installed Directories:
! Installed Directories:
| ???
| /usr/include/gnokii, /usr/share/doc/gnokii
|}
|}


=== Short Descriptions ===
[[Category:General Utilities]]
 
{| style="text-align: left;"
|-valign="top"
! program1
| ???
|-valign="top"
! program2
| ???
|-valign="top"
! library1.{so,a}
| ???
|}

Latest revision as of 21:58, 19 March 2009

Download Source: http://www.gnokii.org/download/gnokii/gnokii-0.6.28.1.tar.bz2

Introduction to Gnokii

Library and programs for support mobile phones (mostly nokia). Calendar, bluetouth, data exchange etc.

Project Homepage: http://www.gnokii.org/

Dependencies

Optional

Non-Multilib

Compile the package:

./configure --prefix=/usr --enable-security --disable-debug &&
make

Install the package

make install &&
make install-devel

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=/usr --enable-security --disable-debug &&
make

Install the package

make install &&
make install-devel

N32

Compile the package:

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

Install the package

make install &&
make install-devel

64Bit

Compile the package:

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

Install the package

make install &&
make install-devel

Contents

Installed Programs: xgnokii, mgnokiidev, gnokiid, gnokii
Installed Libraries: libgnokii.{a,la,so}
Installed Directories: /usr/include/gnokii, /usr/share/doc/gnokii
Retrieved from "?title=Gnokii&oldid=17243"