cd /somedirectory
mkdir geany
cd geany
git clone https://github.com/geany/geany.git
cd geany
git checkout the_version_you_want
./autogen.sh --prefix=/somedirectory/geany
make install
cd ../bin
./geany -c ../config
gives a version of geany completely independent of your system geany
for plugins
cd /somedirectory/geany
git clone https://github.com/geany/geany-plugins.git
cd geany-plugins
./autogen.sh --prefix=/somedirectory/geany
--with-geany-libdir=/somedirectory/geany/lib
make install
cd ../bin
./geany -c ../config
and you have the plugins. Note there is no sudo in the above so you
can't touch the system install by accident.
For further information see the HACKING file.
Cheers
Lex
> _______________________________________________
On 9 March 2015 at 04:36, Volodymyr Kononenko <vmkononenko@gmail.com> wrote:
> Hi all,
>
> I have received several bugreports about PairTagHighlighter plugin. The
> subject is described on Github.
> While debugging I see that plugin is trying to clear highlighting on
> appropriate ranges, but nothing happens after SCI_INDICATORCLEARRANGE. BTW,
> I've checked, that clearing range is called for the correct indicator.
>
> The issue is not reproducible on 1.23.1, while on 1.24.1 it has stable
> reproducibility.
>
> I've found the issue in Scintilla, which I suppose is related to subject.
> This issue was fixed in Scintilla after 3.4.2. In Geany codebase Scintilla
> was updated to 3.4.4 with 46affaf commit. I want to check if the issue is
> reproducible on this revision and one revision before.
>
> Please, tell me how to build a certain version of Geany and plugin for it,
> because my playing with --with-geany-libdir and --prefix was unsuccessful.
>
> If you have another ideas why the issue could happen, please let me know.
> Thanks in advance!
>
>
> --
> Best regards,
> Volodymyr Kononenko
> http://kononenko.ws
>
> Devel mailing list
> Devel@lists.geany.org
> https://lists.geany.org/cgi-bin/mailman/listinfo/devel
>
_______________________________________________
Devel mailing list
Devel@lists.geany.org
https://lists.geany.org/cgi-bin/mailman/listinfo/devel