Skip to content

Ubuntu 18.04 Installation

H. C. Kruse edited this page Apr 6, 2021 · 2 revisions

The following prerequisites need to be met: (Ubuntu 18.04)

  • git lfs
    • apt-get install git-lfs

Installation

Follow the steps outlined in the installation documentation.
After running git submodule update --init create a script with the following content and execute it:

#!/bin/bash
DIR=$PWD

git submodule update --init

cd "$DIR/externals/zipper"
git submodule update --init

cd "$DIR/externals/oidn"
git lfs install && git submodule update --init
Clone this wiki locally