湖濱散記部落格的樹心幽徑[login][主頁]
649:20210330在Ubuntu1604重裝GIMP
REF1:https://askubuntu.com/questions/134035/how-do-i-get-the-latest-gimp-version-available
(一)PPA安裝: (1-1)sudo apt-get autoremove gimp gimp-plugin-registry
(1-2) sudo add-apt-repository ppa:otto-kesselgulasch/gimp
(1-3)sudo apt-get update
(1-4)sudo apt-get install gimp
(二)原始碼安裝:
REF:https://developer.gimp.org/git.html

(2-0) wget https://download.gimp.org/mirror/pub/gimp/v2.10/gimp-2.10.22.tar.bz2
(2-1) tar xjvf gimp-2.10.22.tar.bz2
(2-2) cat INSTALL

: GIMP 2.10 replaces earlier GIMP 2.x versions. It is advised that you uninstall them before installing GIMP 2.10. If you want to keep your older GIMP 2.x installation in parallel to GIMP 2.10, you have to choose a separate prefix which is not in your default library search path. : 1. You need to have installed a recent version of pkg-config (>= 2.0) available from https://www.freedesktop.org/software/pkgconfig/.

(2-3) pkg-config --version 0.29.1


select id,article_id,topic,text from lt_articles_text where article_id =649; ok. update lt_articles set num_reads=num_reads +1 where id=649; ok.