techee left a comment (geany/geany-plugins#1485) > After installing libtool, configuring fails because the installed Geany > package is version 2.0 rather than the expected 2.1.
You need to complile Geany 2.1 before trying to compile plugins. > I do think all of those dependencies should be documented in README, though. These are described in Geany dependencies - see https://github.com/geany/geany/blob/1ee413b5612b9a2772a1648c7d209ff6c5806733/README#L55 https://github.com/geany/geany/blob/1ee413b5612b9a2772a1648c7d209ff6c5806733/README#L118 Anyway, since you are on Ubuntu and Geany is packaged for Ubuntu, you can get all the build dependencies by ``` sudo apt build-dep geany sudo apt build-dep geany-plugin-vimode ``` -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1485#issuecomment-3079308726 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/issues/1485/[email protected]>
