Attica-0.4.1

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.3 platform.

Package Information

Attica Dependencies

Required

Qt-4.8.4 and CMake-2.8.11

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 .. &&
make

To test the results, issue make test.

Now, as the root user:

make install

Contents

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

Last updated on 2013-06-02 19:23:30 +0000