请高手看一下,是哪里出了问题?
Tofloor
poster avatar
星罗秋旻
deepin
2020-05-08 00:06
Author
通过终端安装的pinta软件有问题,我就从官网上下了一个包:pinta-1.6.tar.gz
但是安不起,请教高手,是哪里不对,有没有什么办法?谢谢!

hm@hm-PC:~/Downloads/pinta-1.6$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking for pkg-config... /usr/bin/pkg-config
checking for xbuild... no
checking for mono... no
configure: error: XBuild not found
hm@hm-PC:~/Downloads/pinta-1.6$ make
make: *** 没有指明目标并且找不到 makefile。 停止。
hm@hm-PC:~/Downloads/pinta-1.6$ make install
make: *** 没有规则可制作目标“install”。 停止。
hm@hm-PC:~/Downloads/pinta-1.6$



Reply Favorite View the author
All Replies
avatar
lflflf
deepin
2020-05-08 00:16
#1
XBuild not found请用sudo apt install mono-xbuild
Reply View the author
avatar
jingle
deepin
2020-05-08 00:33
#2
  1. jingle@jingle:~$ apt-cache search pinta
  2. microbiomeutil - Microbiome Analysis Utilities
  3. wigeon - reimplementation of the Pintail 16S DNA anomaly detection utility
  4. com.pintaproject.pinta - Simple drawing/painting program
Copy the Code


仓库有
Reply View the author