-
Notifications
You must be signed in to change notification settings - Fork 5
Software for Pica Pica Distributed Secure Messaging System
License
antonsviridenko/pica-pica
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Pica Pica Node and Pica Pica Messenger ======================== (c) Copyright 2012 - 2019 Anton Sviridenko [email protected] Pica Pica Node serves Pica Pica distributed network. It authenticates users, provides info about other existing nodes and online users, routes encrypted connections between users. Pica Pica Node is written in C. Pica Pica Messenger is a graphical IM client written in C++ which uses Qt toolkit. BUILD ========================= Run ./configure && make install to build and install pica-node and pica-client. If you've checked out source code from repository, then you need to run autoreconf --install in order to create configure script and install other required files. Autoconf and automake should be installed on your system in this case. Dependencies: 1) pica-node - OpenSSL libraries (libssl and libcrypto) >= 1.0.1, libevent >= 2.1, SQLite3 library (libsqlite3) and sqlite3 command line client 2) pica-client - OpenSSL libraries (libssl and libcrypto) >=1.0.1 and openssl command line tool, Qt 4 libraries (QtCore, QtGui, QtSql, QtNetwork), Qt4 tools (uic and moc), pkg-config, xdg-utils (for menu item installation) You can disable building of pica-node or pica-client by passing apropriate option to configure script: --disable-node --disable-client pica-node: By default, Pica Pica sources are configured to be installed in /usr/local prefix. You can override default settings using --prefix=[your prefix]. If you are building .rpm, .deb or some other package, it is better to use the following settings: ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var "make install" command installs these important files for pica-node: pica-node.conf with default settings in $(sysconfdir), nodelist.db (database with addresses of all existing nodes) in $(localstatedir)/lib/pica-node After installation it is important to set "announced_addr" parameter in configuration file. pica-client: Alternatively, pica-client.pro project file can be used to build pica-client bypassing autotools stuff. Open pica-client.pro in Qt Creator IDE or use QMake to generate Makefile LICENSE ========================= GPL-3.0-only See COPYING file BUGS ========================= Report bugs at https://picapica.im/bugzilla/
About
Software for Pica Pica Distributed Secure Messaging System
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published