mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 10:39:09 +02:00
updated README
git-svn-id: trunk@6345 -
This commit is contained in:
parent
40bafd24f2
commit
aef39eccac
@ -51,18 +51,23 @@ RPM:
|
|||||||
|
|
||||||
Creating the fpc and the fpcsrc rpm:
|
Creating the fpc and the fpcsrc rpm:
|
||||||
|
|
||||||
There are two versions of the compiler: the stable 1.0.11 and the unstable
|
There are two versions of the compiler: the old 1.0.11 and the new (but not
|
||||||
developer version 1.9. To build them, you must install fpc first. Install the
|
yet released) developer version 1.9. To build them, you must install fpc
|
||||||
stable fpc release (1.0.10). Note: The 1.0.11 can not be built with a 1.9
|
first. Install the stable fpc release (1.0.10). Note: The 1.0.11 can not be
|
||||||
compiler and the recommended startup compiler for the 1.9.x is the released
|
built with a 1.9 compiler and the recommended startup compiler for the 1.9.x
|
||||||
fpc 1.0.10.
|
is the released fpc 1.0.10.
|
||||||
|
|
||||||
If you have your own fpc sources you can build the rpm with:
|
If you have your own fpc sources you can build the fpc rpm with:
|
||||||
Become root and do:
|
Become root and do:
|
||||||
cd <lazarus_directory>/tools/install
|
cd <lazarus_directory>/tools/install
|
||||||
./build_fpc_rpm.sh nodocs /path/to/your/fpc/sources/new19/fpc 040501
|
./build_fpc_rpm.sh nodocs /path/to/your/fpc/sources/fpc 040501
|
||||||
|
|
||||||
The 040501 stands for: 2004 may 1st
|
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.
|
The create_fpc_rpm.sh works nearly automatically. Become root and execute it.
|
||||||
For 1.0.11: ./create_fpc_rpm.sh stable
|
For 1.0.11: ./create_fpc_rpm.sh stable
|
||||||
|
Loading…
Reference in New Issue
Block a user