Am Samstag, den 17.04.2010, 17:43 +0200 schrieb Frank Lanitz:
On Sat, 17 Apr 2010 15:49:30 +0200 Thomas Martitz thomas.martitz@student.HTW-Berlin.de wrote:
Am 17.04.2010 15:39, schrieb Ariel Haviv:
I checked out https://geany.svn.sourceforge.net/svnroot/geany how do i make it locally without installing it instead of my working geany?
$ ./waf confgure && ./waf build $ _build_/default/geany
Or by using the --prefix option of waf or configure run to install it to some local path. So it might look like
$ ./waf configure --prefix=/home/user/local && ./waf build && \ ./waf install
You maybe also should consider to use the -c option to use another configuration directory then, just to not confuse your working Geany installation. :)
Regards, Dominic