Transform to CMake project.

This commit is contained in:
SET
2022-10-16 11:00:34 +02:00
parent 59646229aa
commit b2434e27f7
21 changed files with 96 additions and 1189 deletions

View File

@@ -3,8 +3,7 @@ License : GPL v2
This application is designed to send XMPP messages to arbitrary recipients
without expecting a reply. It is intended to run on servers to forward messages
to admins. Repeated problems with similar tools after system upgrade on Arch
Linux motivated writing this application.
to admins.
It uses gloox as XMPP library, and messages are sent to the application via
DBus. It runs on the system bus, and hence, must be run as root.
@@ -61,7 +60,7 @@ hosts, a different resource parameter MUST be used for each instance.
FILES IN THE RELEASE ARCHIVE
-All project files as a NetBeans project.
-All project files as a CMake project.
-Convenience files :
@@ -76,5 +75,5 @@ After installation, create a default /usr/local/etc/saf7/saf7-default.rc file wi
DISCLAIMER
I don't claim the application is fit for any purpose.Programming is just my hobby.
saf7 does not claim to be fit for any purpose. Use at your own risks.