The OpenOBEX package contains a library that implements Object Exchange Protocol used for binary file transfers between devices.
This package is known to build and work properly using an LFS-7.3 platform.
Download (HTTP): http://downloads.sourceforge.net/openobex/openobex-1.7-Source.tar.gz
Download MD5 sum: 11031f6f0b876bb6259bd27106491528
Download size: 128 KB
Estimated disk space required: 5.0 MB
Estimated build time: 0.1 SBU
BlueZ-4.101, CMake-2.8.11 and libusb-1.0.9
Doxygen-1.8.4, libxslt-1.1.28, OpenJDK-1.7.0.9 and xmlto-0.0.25
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/openobex
Install OpenOBEX by running the following commands:
mkdir build &&
cd build &&
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_CMAKEBASEDIR=/usr/lib/cmake \
.. &&
make
This package does not come with a test suite.
Now, as the root user:
make install
-DCMAKE_BUILD_TYPE=Release:
This switch is used to apply higher level of the compiler
optimizations.
Last updated on 2013-05-19 10:07:40 +0000