Difference between revisions of "Getting Lazarus"

From Lazarus wiki
Jump to navigationJump to search
Line 20: Line 20:
 
== Downloading binaries ==
 
== Downloading binaries ==
  
Binaries for various platforms are also available via the [http://sourceforge.net/project/showfiles.php?group_id=89339|Lazarus Sourceforge download area] and via the main Lazarus [http://www.lazarus.freepascal.org/|homepage].
+
Binaries for various platforms are also available via the [http://sourceforge.net/project/showfiles.php?group_id=89339 Lazarus Sourceforge download area] and via the main Lazarus [http://www.lazarus.freepascal.org/ homepage].
  
 
=Original contributors and changes=
 
=Original contributors and changes=
  
 
This page has been converted from the epikwiki [http://lazarus-ccr.sourceforge.net/index.php?wiki=GettingLazarus version].
 
This page has been converted from the epikwiki [http://lazarus-ccr.sourceforge.net/index.php?wiki=GettingLazarus version].

Revision as of 01:55, 19 February 2005

Getting Lazarus

Via CVS

Open a command or cmd prompt and while in the directory where you want to place the lazarus source dir issue the following commands:

export CVSROOT=:pserver:cvs@cvs.freepascal.org:/FPC/CVS
cvs login // (type "cvs" for the password)

Hint: To do a fresh download of all files enter: cvs -z3 checkout lazarus

Hint: To do an update on an existing directory do: cvs -z3 update lazarus

Daily Snapshot method

If you don't want to use cvs directly, a daily snapshot of the current cvs is available from the FPC ftp server.

Downloading binaries

Binaries for various platforms are also available via the Lazarus Sourceforge download area and via the main Lazarus homepage.

Original contributors and changes

This page has been converted from the epikwiki version.