4 nov 2021

siril build

get the source

  • dependencies here
  • note that the default installation goes to /usr/local
**EDIT: after the upgrade from 20.04 to 22.04, we also needed:
sudo apt-get install --reinstall libavcodec-dev libavformat-dev libswscale-dev

git clone https://gitlab.com/free-astro/siril.git
cd siril
mkdir _build
meson --buildtype release _build -Denable-libcurl=yes
cd _build
ninja
ninja install

update

cd siril
git pull
meson --reconfigure _build
cd _build
ninja
ninja install

**EDIT II: meson doesn't include libcurl by default so...

(we may also need:
meson --reconfigure _build -Denable-libcurl=yes
)



No hay comentarios:

Publicar un comentario