
-------------------=[ XCA ]=---------------------

A graphical user interface to OpenSSL.


Requirements:
==============

for compilation, you need the following Libraries:

QT          >=  5.0.0  from https://www.qt.io
OpenSSL     >=  1.1.0  from https://www.openssl.org

C++11 compiler, e.g. GNU gcc >= 5
GNU make

mkdir build && cd build
cmake ..
cmake --build . -j4
sudo make install


----------------------------------------------------------
if there are any questions regarding this software,
dont hesitate to contact me:

christian@hohnstaedt.de

