From 22b6a2be9859db0de1c90da1002da7ed2904a156 Mon Sep 17 00:00:00 2001 From: mattias Date: Thu, 20 Feb 2003 12:18:19 +0000 Subject: [PATCH] added hints for updating cvs git-svn-id: trunk@3862 - --- docs/INSTALL | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/docs/INSTALL b/docs/INSTALL index aacaf55975..e8f2999627 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -7,7 +7,7 @@ Lazarus provides two main parts: What is required for lazarus: - FreePascal - the FreePascal Compiler plus packages plus sources. -- gtk - Most distributions already install them. See www.gtk.org. +- gtk libaries - Most distributions already install them. See www.gtk.org. The FAQ - Frequently Asked Question is available at www.lazarus.freepascal.org @@ -38,8 +38,11 @@ properly: The fpc sources via cvs: Create a directory, where you would like to put the sources. You don't need - to be root to do this. Any normal user can do: - + to be root to do this. Any normal user can do this. + First create a directory for fpc (e.g. /home/username/freepascal) then do + the following: + + []$ bash []$ export CVSROOT=:pserver:cvs@cvs.freepascal.org:/FPC/CVS []$ cvs login @@ -49,6 +52,13 @@ properly: This will create a directory fpc, which can be later used in the IDE. + Hint: + To download the latest changes you can simply do + + []$ cd /home/username/freepascal/fpc + []$ cvs -z3 update -dP + + 1.2 Installing FreePascal under Windows: @@ -57,6 +67,7 @@ properly: See www.freepascal.org. + 2. Installing Lazarus 2.1 Installing Lazarus under Linux: @@ -79,6 +90,7 @@ properly: connect to the cvs server (note: lazarus and freepascal use the same server) + []$ bash []$ export CVSROOT=:pserver:cvs@cvs.freepascal.org:/FPC/CVS []$ cvs login @@ -108,13 +120,21 @@ properly: Environment -> Environment Options -> Files The 'FPC Source directory' should point to your fpc source directory. This - directory normally ends with /fpc/ or /fpcsrc/ (e.g. /usr/src/fpcsrc, + directory normally ends with /fpc/ or /fpcsrc/ (e.g. /usr/src/fpcsrc or /home/username/freepascal/fpc) and contains directories like 'compiler', 'docs', 'fcl', 'rtl' and 'packages'. ToDo: explain the other paths + Hint: + To download the latest changes you can use + + []$ cd /home/username/freepascal/lazarus + []$ cvs -z3 update -dP + + + 2.1 Installing Lazarus under Windows: Under windows the IDE does not run well. So don't expect too much.