Skip to content

Instantly share code, notes, and snippets.

View kathrinrin's full-sized avatar

Kathrin Füllenbach kathrinrin

View GitHub Profile
@cmarat
cmarat / azure-ubuntu-virtuoso7-shell-history.sh
Last active January 12, 2017 16:20
Virtuoso 7 Installation Notes
sudo apt-get update
sudo apt-get install autoconf automake libtool flex bison gperf gawk m4 make OpenSSL libssl-dev
sudo apt-get install git wget curl libreadline-dev
git clone https://github.com/openlink/virtuoso-opensource.git
cd virtuoso-opensource
./autogen.sh
./configure --enable-silent-rules --enable-fct-vad --enable-rdb2rdf-vad --with-pthreads --with-readline
make -j3
sudo make install