Open cmatomic opened 4 years ago
Please run sudo apt-get -y install imagemagick
.
We could bundle ImageMagick inside the AppImage but it would increase its size considerably.
Thanks
Actually... aren't we already bundling convert inside the AppImage? Need to check...
I'm not using AppImage "pkg2appimage-1794-x86_64.AppImage"
I'm just using pkg2appimage script "wget https://raw.githubusercontent.com/AppImage/AppImages/master/pkg2appimage"
I have refactored this repository and turned pkg2appimage into an AppImage itself. Please use pkg2appimage-1794-x86_64.AppImage
.
the same problem in Debian 10 ( Buster ) even installing imagemagick
user@userdebian:~$ mkdir buildMicrosoftEdge;cd buildMicrosoftEdge;wget -q -c https://github.com/$(wget -q https://github.com/AppImage/pkg2appimage/releases -O - | grep "pkg2appimage-.*-x86_64.AppImage" | head -n 1 | cut -d '"' -f 2);chmod +x pkg2appimage-*-x86_64.AppImage ;wget https://raw.githubusercontent.com/user/RecipesAppimage/master/MicrosoftEdgeAppImage/microsoft-edge-dev.yml;ARCH=x86_64 ./pkg2appimage-*-x86_64.AppImage microsoft-edge-dev.yml
--2020-10-25 03:27:24-- https://raw.githubusercontent.com/user/RecipesAppimage/master/MicrosoftEdgeAppImage/microsoft-edge-dev.yml
A resolver raw.githubusercontent.com (raw.githubusercontent.com)...151.101.132.133
A ligar a raw.githubusercontent.com (raw.githubusercontent.com)|151.101.132.133|:443... ligado.
Pedido HTTP enviado, a aguardar resposta...200 OK
Tamanho: 1531 (1,5K) [text/plain]
A gravar em: "microsoft-edge-dev.yml"
microsoft-edge-dev.yml 100%[============================================================>] 1,50K --.-KB/s em 0,001s
2020-10-25 03:27:25 (2,26 MB/s) - "microsoft-edge-dev.yml" gravado [1531/1531]
+ check_dependencies dpkg dpkg-deb convert wget grep sed cut file desktop-file-validate strings
+ for executable in $@
+ which dpkg
+ for executable in $@
+ which dpkg-deb
+ for executable in $@
+ which convert
+ for executable in $@
+ which wget
+ for executable in $@
+ which grep
+ for executable in $@
+ which sed
+ for executable in $@
+ which cut
+ for executable in $@
+ which file
+ for executable in $@
+ which desktop-file-validate
+ for executable in $@
+ which strings
+ echo 'strings missing'
strings missing
+ exit 1
user@userdebian:~/buildMicrosoftEdge$ su
Senha:
root@debian:/home/user/buildMicrosoftEdge# apt-get -y install imagemagick
A ler as listas de pacotes... Pronto
A construir árvore de dependências
A ler a informação de estado... Pronto
imagemagick is already the newest version (8:6.9.10.23+dfsg-2.1+deb10u1).
0 pacotes actualizados, 0 pacotes novos instalados, 0 a remover e 0 não actualizados.
root@debian:/home/user/buildMicrosoftEdge# uname -a
Linux debian 4.19.0-11-amd64 #1 SMP Debian 4.19.146-1 (2020-09-17) x86_64 GNU/Linux
root@debian:/home/user/buildMicrosoftEdge#
Here it is missing the strings
command, not ImageMagick...
for anyone here. I needed this to fix the issue.
sudo apt install gcc g++ automake libtool pkg-config
was trying to build an AppImage on the Ubuntu 20.04 livecd and gave an error for lack of dependencies