File: INSTALL

package info (click to toggle)
geany-plugins 2.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,836 kB
  • sloc: ansic: 107,883; sh: 5,567; makefile: 1,532; sed: 16
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