dependencies here (missing from the list: libheif-dev)
**EDIT 03-oct 2023:
we now also need libgit2-dev
autotools
git clone https://gitlab.com/free-astro/siril.git
(if that fails try git:// instead of https://)
cd siril
./autogen.sh
CFLAGS=-g ./configure
**EDIT 05-ago 2023:
--- --- ---
Meson and autotools
git clone --recurse-submodules https://gitlab.com/free-astro/siril.git
# adjust the prefix to wherever you want to install Siril
meson setup --prefix /usr/local --buildtype release _build -Denable-libcurl=yes -DlibXISF=false
ninja -C _build
ninja -C _build install
update
git pull
git submodule update
ninja -C _build install
--- --- ---
git clone https://gitlab.com/free-astro/siril.git
(if that fails try git:// instead of https://)
cd siril
./autogen.sh
CFLAGS=-g ./configure
make
To run siril either:
To run siril either:
make install
siril installs to /usr/local
Or -better- run from the build folder without installing:
~/siril/src/siril
EDIT: this is also now necessary as of 29 March. In the ~/siril folder:
remove ~/siril/subprojects/librtprocess then...
git submodule update --init
Or -better- run from the build folder without installing:
~/siril/src/siril
EDIT: this is also now necessary as of 29 March. In the ~/siril folder:
remove ~/siril/subprojects/librtprocess then...
git submodule update --init
No hay comentarios:
Publicar un comentario