install; updated readme

git-svn-id: trunk@38043 -
This commit is contained in:
mattias 2012-07-26 17:50:12 +00:00
parent 59740df032
commit 1e1ac3e3a6

View File

@ -89,7 +89,13 @@ Creating the lazarus rpm:
build the lazarus RPM. Otherwise the compiled lazarus RPM is not compatible build the lazarus RPM. Otherwise the compiled lazarus RPM is not compatible
to the fpc RPM. to the fpc RPM.
[]$ ./create_lazarus_rpm.sh. []$ ./create_lazarus_rpm.sh
CHM files:
Download chm files and put them into docs/chm/
Then run
[]$ ./create_lazarus_rpm.sh chmhelp
Creating other system specific rpms: Creating other system specific rpms:
@ -104,8 +110,8 @@ Debian:
Creating the debian fpc and fpc-src packages: Creating the debian fpc and fpc-src packages:
There are two versions of the compiler: the stable 2.0.x and the unstable There are two versions of the compiler: the stable 2.0.x and the unstable
developer version 2.1.x. To build them, you must install fpc first. Install the developer version 2.1.x. To build them, you must install fpc first. Install
stable fpc release (2.0.x). Note: The 2.0.x can not be built with a 2.1.x the stable fpc release (2.0.x). Note: The 2.0.x can not be built with a 2.1.x
compiler. compiler.
The create_fpc_deb.sh works nearly automatically. Become root and execute it. The create_fpc_deb.sh works nearly automatically. Become root and execute it.
For 2.0.x: ./create_fpc_deb.sh stable For 2.0.x: ./create_fpc_deb.sh stable
@ -125,8 +131,13 @@ Creating the debian lazarus package:
build the lazarus deb. Otherwise the compiled lazarus deb is not compatible build the lazarus deb. Otherwise the compiled lazarus deb is not compatible
to the fpc debs. to the fpc debs.
As root: []$ ./create_lazarus_deb.sh
Execute create_lazarus_deb.sh.
CHM files:
Download chm files and put them into docs/chm/
Then run
[]$ ./create_lazarus_deb.sh chmhelp
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------