Rio is a cross-platform REST client, available for Windows and Linux.
Main window
For compiling from sources you need the following tools:
sudo apt install libqt5pas1
on UbuntuBefore compiling the application you need to install a components package
components/rest_explorer
. In Lazarus from the main menu
Package / Open package file (.lpk)...
open the file
components/rest_explorer/rest_explorer.lpk
compile it and install the
package.
Please ensure that the package TAChart is also installed.
On Linux you can compile and create the install package (deb) by Makefile. For example:
make linux32
for compiling a release binary for i386make linux64
or for amd64make linux64-qt
for compiling a release with Qt5 widget setmake deb-linux32
creates a deb package for i386make appimage
creates AppImage binary (only amd64)For more targets see output of make
.
Refer to install/windows/Readme.txt
for information how to compile on
Windows and to create Windows binary installers.
The HTTPS requests require the OpenSSL DLLs to be on the system. These DLLs you can get from https://indy.fulgan.com/SSL/ or from "install/windows" directory. Put these DLLs along compiled exe binary.
Setup distributions already have these OpenSSL DLLs.