-
Notifications
You must be signed in to change notification settings - Fork 24
Installing
Birger Johansson edited this page Oct 17, 2023
·
4 revisions
-
Install dependencies
brew update && brew install cmake libpng jpeg-turbo ffmpeg git git-lfs
- Enable git lfs
git lfs install
- Clone ikaros-project on github
git clone https://github.com/ikaros-project/ikaros.git
- 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
- Enable git lfs
git lfs install
- Clone ikaros-project on github
git clone https://github.com/ikaros-project/ikaros.git
See Raspberry pi
More information can be found at the project web site: ikaros-project.