Skip to content
This repository has been archived by the owner on Sep 26, 2018. It is now read-only.

Latest commit

 

History

History

vdx

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Requirements

This pack needs gcc plus the libxml2-dev and libxslt1-dev libraries.

Before installing this pack, please run these commands:

On Ubuntu:

sudo apt-get install build-essential libxml2-dev libxslt1-dev

For example, on Redhat/CentOS

sudo yum groupinstall "Development Tools"
sudo yum install libxml2-dev libxslt1-dev