lazarus/tools/install
2005-09-10 18:40:07 +00:00
..
cross_unix update_cross_fpc.sh now installs a complete cross fpc+binutils set 2005-09-10 18:40:07 +00:00
debian_fpcsrc updated deb creation 2003-07-13 09:46:48 +00:00
debian_lazarus increased version to 0.9.4 2005-01-02 11:24:25 +00:00
macosx added hints to create fpc dmg for MacOSX 2004-08-16 09:55:52 +00:00
rpm added template rpm specs for snapshot rpm building, adapted from examples from Joost 2005-08-23 13:49:03 +00:00
win32 removed cvs logs 2005-08-22 12:30:03 +00:00
build_fpc_rpm.sh set +x attribute for scripts 2005-07-27 09:18:33 +00:00
build_fpc_snaphot_rpm.sh added scripts for snapshot rpm building 2005-08-23 13:50:50 +00:00
build_fpcsrc_rpm.sh set +x attribute for scripts 2005-07-27 09:18:33 +00:00
create_clean_fpcsrc_directory.sh set +x attribute for scripts 2005-07-27 09:18:33 +00:00
create_clean_lazarus_directory.sh set +x attribute for scripts 2005-07-27 09:18:33 +00:00
create_fpc_deb.sh set +x attribute for scripts 2005-07-27 09:18:33 +00:00
create_fpc_export_tgz.sh set +x attribute for scripts 2005-07-27 09:18:33 +00:00
create_fpc_tgz_from_local_dir.sh set +x attribute for scripts 2005-07-27 09:18:33 +00:00
create_lazarus_deb.sh set +x attribute for scripts 2005-07-27 09:18:33 +00:00
create_lazarus_export_tgz.sh set +x attribute for scripts 2005-07-27 09:18:33 +00:00
create_lazarus_rpm.sh set +x attribute for scripts 2005-07-27 09:18:33 +00:00
create_lazarus_snapshot_rpm.sh added scripts for snapshot rpm building 2005-08-23 13:50:50 +00:00
create_lazarus_tgz_from_local_dir.sh set +x attribute for scripts 2005-07-27 09:18:33 +00:00
cvsexportlocal.pas undid svn adds, replaced cvsexportlocal in build_fpc_rpm.sh 2005-06-09 20:43:30 +00:00
do_nothing.sh set +x attribute for scripts 2005-07-27 09:18:33 +00:00
download_and_build_fpc_rpm.sh set +x attribute for scripts 2005-07-27 09:18:33 +00:00
file_filter.sh set +x attribute for scripts 2005-07-27 09:18:33 +00:00
fpcsrc-patch
fpcsrc.spec fpcsrc rpm no longer adds perl as requirement 2004-11-29 14:06:15 +00:00
get_lazarus_version.sh set +x attribute for scripts 2005-07-27 09:18:33 +00:00
lazarus.spec increased rpm version to 0.9.2.3 2004-11-11 18:40:15 +00:00
README updated README 2004-12-06 23:36:10 +00:00
replace_in_files.pl fixed ambigious with ambiguous 2005-03-23 10:45:06 +00:00
setup.sh set +x attribute for scripts 2005-07-27 09:18:33 +00:00
smart_strip.sh set +x attribute for scripts 2005-07-27 09:18:33 +00:00

Installation tools
==================

This document describes how to create the various packages for lazarus
including the required freepascal packages (fpc and fpcsrc).

--------------------------------------------------------------------------------
TGZ

Creating the fpcsrc tgz:

  There are two ways to do it and so there are two scripts. The first downloads
  the fpc cvs and packs it. The second uses an existing fpc cvs directory,
  copies it, remove unnecessary files and packs it. The second script is
  therefore much faster, but it may miss removing every old, unnecessary files.
  
  The download and pack script:
  The script create_fpc_export_tgz.sh makes a cvs export of the fpc.
  
  For 1.0.11: ./create_fpc_export_tgz.sh stable 05/20/04

  For 1.9: ./create_fpc_export_tgz.sh devel 05/20/04

  The 05/20/04 means may 20th 2004.
  
  The copy and pack script:
  The script create_fpc_tgz_from_local_dir.sh needs as parameter the fpc cvs
  directory and compresses it to a tgz. For example
  ./create_fpc_tgz_from_local_dir.sh ~/pascal/fpc fpc-1.0.10.tgz


Creating the lazarus tgz:

  There are two ways to do it and so there are two scripts. The first downloads
  the fpc cvs and packs it. The second uses an existing fpc cvs directory,
  copies it, remove unnecessary files and packs it. The second script is
  therefore much faster, but it may miss removing all old, unnecessary files.

  The download and pack script:
  The script create_lazarus_export_tgz.sh makes a cvs export of lazarus and
  compress it. For example:
  ./create_lazarus_export_tgz.sh lazarus-20030316.tgz
  
  The copy and pack script:
  The script create_lazarus_tgz_from_local_dir.sh needs as parameter the
  lazarus cvs directory and compress it to lazarus-0.8.5.tgz.

--------------------------------------------------------------------------------

RPM:

Creating the fpc and the fpcsrc rpm:

  There are two versions of the compiler: the old 1.0.11 and the new (but not
  yet released) developer version 1.9. To build them, you must install fpc
  first. Install the stable fpc release (1.0.10). Note: The 1.0.11 can not be
  built with a 1.9 compiler and the recommended startup compiler for the 1.9.x
  is the released fpc 1.0.10.

  If you have your own fpc sources you can build the fpc rpm with:
    Become root and do:
    cd <lazarus_directory>/tools/install
    ./build_fpc_rpm.sh nodocs /path/to/your/fpc/sources/fpc 040501

  The 040501 stands for: 2004 may 1st
  
  Then build the fpcsrc rpm. Become root and do:
    cd <lazarus_directory>/tools/install
    ./build_fpcsrc_rpm.sh /path/to/your/fpc/sources/fpc 040501


  The create_fpc_rpm.sh works nearly automatically. Become root and execute it.
    For 1.0.11: ./create_fpc_rpm.sh stable
    For 1.9:    ./create_fpc_rpm.sh devel

  What it does: First it checks if the fpc source tgz is already created and
  if not, it automatically downloads it. The script does not use the current
  version, but the latest known to work with lazarus. Then it unpacks the
  source, compiles it and builds the rpm. Normally you can find the rpms under
  /usr/src/redhat/RPMS/i386/ and /usr/src/redhat/SRPMS/.


Creating the lazarus rpm:

  Important:
  If you have created a new fpc RPM, then you should install it, *before* you
  build the lazarus RPM. Otherwise the compiled lazarus RPM is not compatible
  to the fpc RPM.

  As root:
  Execute create_lazarus_rpm.sh.


Creating other system specific rpms:

  rpm --rebuild lazarus-0.9.1-1.src.rpm


--------------------------------------------------------------------------------

Debian:

Creating the debian fpc and fpcsrc packages:

  There are two versions of the compiler: the stable 1.0.11 and the unstable
  developer version 1.9. To build them, you must install fpc first. Install the
  stable fpc release (1.0.10). Note: The 1.0.11 can not be built with a 1.9
  compiler.
  The create_fpc_deb.sh works nearly automatically. Become root and execute it.
  For 1.0.11: ./create_fpc_deb.sh stable
  For 1.9:    ./create_fpc_deb.sh devel

  What it does: First it checks if the fpc source tgz is already created and
  if not, it automatically downloads it. The script does not use the current
  version, but the latest known to work with lazarus. Then it unpacks the
  source, compiles it and builds the debs. Normally you can find the debs under
  /usr/src/ and the current directory.


Creating the debian lazarus package:

  Important:
  If you have created new fpc debs, then you should install them, *before* you
  build the lazarus deb. Otherwise the compiled lazarus deb is not compatible
  to the fpc debs.

  As root:
  Execute create_lazarus_deb.sh.

--------------------------------------------------------------------------------

Mac OS X:

Creating the DMG packages for FPC and Lazarus:

1. create a temp directory with a usr/local hierarchy under it, owned
   by root (e.g. sudo mkdir -p ~/fpcinst/usr/local)
2. cd fpc   (your fpc source directory)
3. make all
4. sudo make install INSTALL_PREFIX=~/fpcinst/usr/local
   (it's very important that you use sudo, because the ownership info will be
   the same when it's installed on the user's computer and you don't want
   those files to belong to the user that happens to have the same uid as
   you have)
5. cd compiler
   sudo make installsymlink INSTALL_PREFIX=~/fpcinst/usr/local
   Fix sym link:
   sudo ln -sf /usr/local/lib/fpc/1.9.5/ppcppc ~/fpcinst/usr/local/bin/ppcppc
6. unzip the <lazarus>/tools/install/macosx/fpc_installer_info.zip somewhere,
   open "fpc 1.9.5.pmsp" (it will open in PackageMaker) change the "resources"
   path so it points to the unzipped fpc_resources directory and the "files"
   path so it points to ~/fpcinst and then choose File->Create Package
7. Put the package in a directory called "Free Pascal Compiler 1.9.5",
   add in the "Introduction.txt" and "ReadMe.txt" files from the dmg you
   already downloaded and create a (compressed or not doesn't really
   matter, the package is already compressed) disk image from the folder
   with Disk Copy (if you're under 10.1/10.2), Disk Utility (10.3) or
   hdiutil (command line, see manpage for how to do it).

Unfortunaly, there does not seem to be a command line program that can
create an installer package starting from a .pmsp file and PackageMaker
is not AppleScriptable... It could still be automated using GUI
scripting of course).