lazarus/tools/install/cross_unix/HowToCreate_fpc_crosswin32_deb.txt
mattias 1cc36c5311 started deb for fpc_crosswin32
git-svn-id: trunk@9857 -
2006-09-09 23:55:47 +00:00

37 lines
1.1 KiB
Plaintext

How to create the fpc_crosswin32 deb
This deb was only tested under linux.
For configuration see below.
First get the FPC sources and the binutils.
For example:
[]$ cd <lazarusdir>/tools/install/cross_unix/
[]$ ./create_linux_cross_win32_deb.sh downloadbinutils downloadfpc buildbinutils
This will download the FPC svn to ~/freepascal/fpc, its install files to
~/freepascal/install and the binutils to ~/freepascal/binutils.
Create the fpc deb and install it:
[]$ cd <lazarusdir>/tools/install
[]$ ./create_fpc_deb.sh ~/freepascal/fpc
[]$ sudo dpkg -i fpc-<version>.i386.rpm
Then build the fpc_crosswin32 deb and install it:
[]$ cd <lazarusdir>/tools/install/cross_unix/
[]$ ./create_linux_cross_win32_deb.sh buildcrossfpc buildcrosswin32deb
[]$ sudo dpkg -i fpc_crosswin32-<version>.i386.rpm
Now you can cross compile from linux to win32.
================================================================================
The following environment variables are handled:
The base directory BuildRoot. Default value is ~/freepascal
[]$ export BuildRoot=/home/user/freepascal