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

From Lazarus wiki
Jump to navigationJump to search
m
m
Line 4: Line 4:
  
 
Hamarosan...<!--
 
Hamarosan...<!--
== Hints to Cross Compile Win32 binaries under Linux ==
+
== Tippek Win32 binárisok keresztfordításához Linux rendszeren ==
  
Since 0.9.10 there is an rpm 'fpc-crosswin32', that installs the needed binutils (e.g. cross assembler, cross linker), the fpc .ppu files cross compiled for win32 and modifies /etc/fpc.cfg.
+
A 0.9.10 óta létezik egy rpm 'fpc-crosswin32' néven, ami telepíti szükséges binutils eszközöket (assembler, linker), az FPC .ppu fájljait win32-re keresztfordítva és a módosított /etc/fpc.cfg.
  
It does not contain the cross compiled LCL .ppu files. You need to compile them yourself, after installing fpc-crosswin32.
+
Nem tartalmazza viszont a keresztfordított LCL .ppu fájlokat. Neked kell lefordítanod őket az fpc-crosswin32 telepítése után.
  
 
== Lazarus and the Free Pascal Compiler ==
 
== Lazarus and the Free Pascal Compiler ==

Revision as of 15:11, 13 June 2009

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


Hamarosan...