Added missing tooltips for wizard.
[geanylatex.git] / INSTALL
blob90b752b0bb812a9cf84ed194e23050ae9c3f4f4a
1 These installation instructions are written for a Linux system.
3 At the time of this writing, building the plugin requires a recent SVN checkout
4 of the Geany sources (r2060+).
6 In order to build the plugin, the makefile needs to know where it can find
7 the Geany header files - you can do this by calling configure with with-geany-src
8 option for instance:
10  % configure --with-geany-src=/path/to/geany
11  % make
12  % make install
14 ( By default configure will look for the relative path ../geany/ )
17 The "make install" command copies geanylatex.so to your personal ~/.geany/plugins/
18 directory, so you don't need to be root to install. ( If you are logged in as
19 root when you install, it will only put the files in /root/.geany/plugins/
20 which might not be what you expected! )
22 If you actually do want everyone on the system to be able to access to the
23 same copy of the plugin, you can manually copy the plugin to the system-wide
24 plugins directory.
25 ( That would probably be /usr/local/lib/geany/ or maybe /usr/lib/geany/ )
27 There is no "make uninstall" target, so if you want to remove the plugin,
28 just delete the "geanylatex.so" from your plugins directory.