RetroShare is a decentralized, private, secure, cross-platform communication software.
RetroShare is a decentralized, private, secure, cross-platform communication software. RetroShare functionalities (file sharing, chat, messages, forums, channels…) are implemented under the hood by libretroshare which offer a documented C++ and JSON API. While RetroShare is an application on its own, libretroshare is meant to be used as part of other programs.
RetroShare is a decentralized, private, secure, cross-platform communication software. RetroShare functionalities (file sharing, chat, messages, forums, channels…) are implemented under the hood by libretroshare which offer a documented C++ and JSON API. While RetroShare is an application on its own, libretroshare is meant to be used as part of other programs.
To install libretroshare, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libretroshare
To see what files were installed by libretroshare, run:
port contents libretroshare
To later upgrade libretroshare, run:
sudo port selfupdate && sudo port upgrade libretroshare
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.