The README says the the autogen which in turn calls the configure does the install? Is this true? Building with Autotools ^^^^^^^^^^^^^^^^^^^^^^^
You can use Autotools to build the Geany plugins in this repository. Usage:: ./configure [arguments] or alternatively ./autogen.sh [arguments] make sudo make install autogen.sh will call configure in background and is only available if you are using Geany plugins from git repository. It is not included in release packages. However, this will configure, build and install most of the Geany plugins. There is some auto-detection in place which automagically disables some of the plugins if there are insufficient build dependencies. The following arguments can tweak the behaviour of the configure script. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1215#issuecomment-1354070051 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/issues/1215/[email protected]>
