Skip to content

Instantly share code, notes, and snippets.

@dogukancagatay
Created January 12, 2019 15:34
Show Gist options
  • Save dogukancagatay/124db9e1966ca15f5c568029715266de to your computer and use it in GitHub Desktop.
Save dogukancagatay/124db9e1966ca15f5c568029715266de to your computer and use it in GitHub Desktop.
XCA build and install on Ubuntu 18.04

Install XCA on Ubuntu 18.04

Install Dependencies

apt-get update
apt-get install -y git build-essential automake pkg-config
apt-get install -y libssl-dev libltdl-dev qt5-default qttools5-dev-tools

Clone, Build and Install

git clone https://github.com/chris2511/xca.git
cd xca
./bootstrap
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment