Browse Source

Add installation script for LoLA, as well as the current version (2.0)

Yentl Van Tendeloo 7 years ago
parent
commit
4837a5541b
2 changed files with 6 additions and 0 deletions
  1. 6 0
      services/LoLA/install.sh
  2. BIN
      services/LoLA/lola-2.0.tar.gz

+ 6 - 0
services/LoLA/install.sh

@@ -0,0 +1,6 @@
+#!/bin/bash
+tar -xvzf lola-2.0.tar.gz
+cd lola-2.0
+./configure
+make -j4
+ln -s lola-2.0/src/lola lola

BIN
services/LoLA/lola-2.0.tar.gz