Osvaldo Filho wrote:
On Ubuntu, from subversion!

How do I find information about FPC (svn) and Lazarus (svn) to install
them without root rights?

Compile?
~/.fpc.cfg
etc

for compiling fpc, see my reply on the fpc-pascal mailinglist.

for lazarus:
have the svn version of lazarus downloded in say ~/lazarus

then in a command shell in the ~/lazarus dir run:
  make

thats all (no need to install lazarus)

then you can run lazarus from the same dir in the same shell by
  ./lazarus

Marc



--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to