Difference between revisions of "Cross compiling for Win32 under Linux/hu"

From Lazarus wiki
Jump to navigationJump to search
m
m
Line 31: Line 31:
 
This has been partially done (for the static case), but it is hard since it needs manual postediting of linker files and linker commandline, and a deep understanding about what makes Unix binaries tick.  
 
This has been partially done (for the static case), but it is hard since it needs manual postediting of linker files and linker commandline, and a deep understanding about what makes Unix binaries tick.  
  
=== Download the FPC Sources ===
+
=== Töltsd le az FPC forráskódját ===
  
The binaries are not enough, you need the complete fpc sources.
+
A binárisok letöltése nem elég, szükséged van a teljes FPC forráskódra.
See www.freepascal.org. You can use the cvs or a daily snapshot.
+
Megtalálod az www.freepascal.org címen. Használhatod a CVS-t vagy a napi kódot (snapshot).
For the following examples the fpc sources were downloaded to ~/sources/fpc.
+
A következő példák esetében az FPC forráskódja a ~/sources/fpc könvtárba lettek letöltve.
  
=== Download the gnu binutils. ===
+
=== Töltsd le a gnu binutils programokat. ===
  
 
For example binutils-2.18.tar.gz downloaded to
 
For example binutils-2.18.tar.gz downloaded to

Revision as of 11:43, 15 June 2009

Template:Translate Keresztfordítás Windows-ra Linux rendszeren


Hamarosan...