File: INSTALL

package info (click to toggle)
geany-plugins 1.38%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 21,812 kB
  • sloc: ansic: 113,227; sh: 4,290; makefile: 1,630; python: 947
file content (30 lines) | stat: -rw-r--r-- 740 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Please note that this plugin just should work with Geany 0.16 or higher. There
is no guarantee that it works with versions below 0.16.

There are different possibilities to install this plugin:

First
--------------------------------------------------------------------------------
./configure
make
make install


Second
--------------------------------------------------------------------------------
./configure
make
cp src/.libs/debugger.so ~/.config/geany/plugins


Third
--------------------------------------------------------------------------------
Building much of the available plugins from git by doing this:

git clone https://github.com/geany/geany-plugins.git
cd geany-plugins
./autogen.sh
./configure
make
sudo make install