diff options
author | Darrell Anderson <[email protected]> | 2012-04-17 19:51:44 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-04-17 19:51:44 -0500 |
commit | c663e43e7172bb80a8fb779e4dc74f579a60ec45 (patch) | |
tree | fd72db9c80e6c1aacf67e8bd24f75a4da57c4a2e /INSTALL | |
download | tqca-c663e43e7172bb80a8fb779e4dc74f579a60ec45.tar.gz tqca-c663e43e7172bb80a8fb779e4dc74f579a60ec45.zip |
Added tqca package to the sources tree. This module is from
the original qca-1.0 sources with the TQt layer added.
This resolves bug report 817.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,12 @@ +Installing QCA +-------------- + +Installation should be straightforward: + + ./configure + make + make install + +NOTE: You may also need to run '/sbin/ldconfig' or a similar tool to + get the new library files recognized by the system. If you are + using Linux, just run it for good measure. |