Attica is a library to access "Open Collaboration Service" providers.
This package is known to build and work properly using an LFS-7.4 platform.
Download (HTTP): http://download.kde.org/stable/attica/attica-0.4.2.tar.bz2
Download (FTP): ftp://ftp.kde.org/pub/kde/stable/attica/attica-0.4.2.tar.bz2
Download MD5 sum: d62c5c9489a68432e8d990dde7680c24
Download size: 59 KB
Estimated disk space required: 7.5 MB
Estimated build time: 0.5 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/attica
Install Attica by running the following commands:
mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX \ -DCMAKE_BUILD_TYPE=Release \ .. && make
To test the results, issue make test.
Now, as the root
user:
make install
-DCMAKE_BUILD_TYPE=Release
: This switch
is used to apply a higher level of compiler optimizations.
Last updated on 2013-08-26 10:26:25 -0700