Attica-0.4.2

Introduction to Attica

Attica is a library to access "Open Collaboration Service" providers.

This package is known to build and work properly using an LFS-7.5 platform.

Package Information

Attica Dependencies

Required

CMake-2.8.12.2 and Qt-4.8.5

Optional

Qt-5.2.1 (requires extra-cmake-modules)

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/attica

Installation of Attica

Install Attica by running the following commands:

mkdir build &&
cd    build &&

cmake -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX \
      -DCMAKE_BUILD_TYPE=Release         \
      -DQT4_BUILD=ON                     \
      -Wno-dev .. &&
make

To test the results, issue make test.

Now, as the root user:

make install

Command Explanations

-DCMAKE_BUILD_TYPE=Release: This switch is used to apply a higher level of compiler the optimizations.

-DQT4_BUILD=ON: This switch forces the package to build against Qt4 even if Qt5 is present on the system. Remove it if you want to build the package against Qt5.

Contents

Installed Programs: none
Installed Libraries: libattica.so
Installed Directories: $KDE_PREFIX/include/attica

Last updated on 2014-02-27 20:59:01 -0800