compile_autotrace_for_ubuntu_18.04

Action disabled: resendpwd

Compile Autotrace on Ubuntu 18.04

It seems that the autotrace utility was removed form the ubuntu repositories so we need to compile it ourselves.

here are the steps that where necessary for me to install it on a pretty fresh Ubuntu 18.04 installation:

unzip Downloads/autotrace-master.zip 
cd autotrace-master/
sudo apt install autogen dh-autoreconf intltool libglib2.0-dev libmagick++-dev libpstoedit-dev
./autogen.sh 
./configure 
make
sudo make install
sudo ldconfig
  • compile_autotrace_for_ubuntu_18.04.txt
  • Last modified: 24.06.2018 09:36
  • by Pascal Suter