On Thursday 24 of May 2012 06:06:31 William Oliveira Ferreira wrote: > I reinstalled opensuse 12.1 32bits yesterday and downloaded a lazarus > snapshot from revision 37326 (fpc 2.6.0 - everything from rpm packages...). > > When build lazarus, it use as output dir the user's homepath (~/.lazarus). > I wanna use the default lazarus dir (/usr/lib/lazarus) as output. How can i > do this considering that i'm building lazarus from menu Tools > Build > Lazarus?
You must have permissions to write into /usr/lib/lazarus, so as root cd /usr/lib chown -R lazarus yourusername:yourusergroup and then you'll be able to build into /usr/lib/lazarus zeljko
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
