mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
30 lines
557 B
Plaintext
30 lines
557 B
Plaintext
|
|
-------------------=[ 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
|
|
|