On Sun, Jan 31, 2021 at 04:46:51PM +0100, Bram Moolenaar wrote: > > Patch 8.2.2439 > Problem: Not easy to figure out what packages to get when installing Vim on > a new Ubuntu system. > Solution: Mention explicit commands that are easy to follow. > Files: src/INSTALL > > > *** ../vim-8.2.2438/src/INSTALL 2020-07-14 23:02:38.184781049 +0200 > --- src/INSTALL 2021-01-31 16:42:47.262795582 +0100 > *************** > *** 39,51 **** > [...] > + > + Add GUI support (ignore compiler warnings): > + % sudo apt install libgtk2.0-dev
This should really be libgtk-3-dev. GTK+2 has been unsupported for years and GTK+3 is already going to maintenance mode as work transitions to GTK+4. Cheers, -- James GPG Key: 4096R/91BF BF4D 6956 BD5D F7B7 2D23 DFE6 91AE 331B A3DB -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/20210131163337.kwckw6ewx55hzfyd%40localhost.
