%general-entities; ]> OpenOBEX-&openobex-version; OpenOBEX Introduction to OpenOBEX The OpenOBEX package contains a library that implements Object Exchange Protocol used for binary file transfers between devices. &lfs82_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &openobex-md5sum; Download size: &openobex-size; Estimated disk space required: &openobex-buildsize; Estimated build time: &openobex-time; OpenOBEX Dependencies Required and Recommended Optional , , , and User Notes: Installation of OpenOBEX OpenOBEX installs a udev rule that requires a group named plugdev. Create that group as the root user: groupadd -g 90 plugdev Install OpenOBEX by running the following commands: mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=/usr/lib \ -DCMAKE_BUILD_TYPE=Release \ -Wno-dev \ .. && make This package does not come with a test suite. Now, as the root user: make install && if [ -d /usr/share/doc/openobex ]; then mv -fv /usr/share/doc/{openobex,openobex-&openobex-version;} fi Command Explanations -DCMAKE_BUILD_TYPE=Release: This switch is used to apply higher level of the compiler optimizations. -Wno-dev: This switch is used to suppress warnings that are meant for the author of the CMakeLists.txt files. mv -fv ...: Moves the documentation to a versioned directory, if it has been created. Contents Installed Program Installed Library Installed Directory obex-check-device libopenobex.so /usr/include/openobex, /usr/lib/cmake/OpenObex-1.7.1, and /usr/share/doc/openobex-1.7.1 Short Descriptions obex-check-device is a tool that helps udev find connectable OBEX USB devices. obex-check-device libopenobex.so contains the OpenOBEX API functions. libopenobex.so