On Wed, Aug 10, 2022 at 10:11:28AM -0700, Gary Johnson wrote:
>     b)  View the dependencies and install the ones you want or need
>         manually.
> 
>             $ apt show vim-gtk3 | grep ^Depends
> 
>         For each <package> to be installed, run
> 
>             $ sudo apt install <package>

This installs runtime libraries, but not their development packages.
For each libsomething42-3 you need to figure out the appropriate
libsomething-dev and then apt install that too.

It's a pain and I'd rather use apt build-dep or look up the build
dependencies in a git repo somewhere (the Debian vim package has them in
https://salsa.debian.org/vim-team/vim/blob/debian/sid/debian/control
and I doubt Ubuntu patches the build dependency list).

Marius Gedminas
-- 
Of course it is very important to support quitting emacs.
        -- Bram Moolenar

-- 
-- 
You received this message from the "vim_use" 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_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_use/20220811063217.lo3megfo64axfugo%40blynas.

Attachment: signature.asc
Description: PGP signature

Reply via email to