Skip to content

Installing

Birger Johansson edited this page Oct 17, 2023 · 4 revisions

MacOS

macOS Big Sur (version 11.0)

  1. Install Homebrew The Missing Package Manager for macOS

  2. Install dependencies

brew update && brew install cmake libpng jpeg-turbo ffmpeg git git-lfs
  1. Enable git lfs
git lfs install
  1. Clone ikaros-project on github
git clone https://github.com/ikaros-project/ikaros.git

Linux

Ubuntu 22.04 LTS

  1. Install dependencies
sudo apt-get update && sudo apt-get install cmake g++ libjpeg-turbo8-dev libgsl0-dev libpng-dev libblas-dev curl git git-lfs -y

Optional FFmpeg. The FFmpeg version from apt-get is old and you need to install a newer version of FFmpeg to use video modules in ikaros.

Install FFmpeg 6 from https://ubuntuhandbook.org/index.php/2023/03/ffmpeg-6-0-released-how-to-install-in-ubuntu-22-04-20-04/ and install the dependencies

sudo apt-get update && sudo apt-get install libavcodec-dev libavformat-dev libswscale-dev libavdevice-dev -y
  1. Enable git lfs
git lfs install
  1. Clone ikaros-project on github
git clone https://github.com/ikaros-project/ikaros.git

Raspberry pi

See Raspberry pi

Clone this wiki locally