Difference between revisions of "Lazarus Faq/hu"

From Free Pascal wiki
Jump to navigationJump to search
m
m
Line 1: Line 1:
 
{{Lazarus Faq}}
 
{{Lazarus Faq}}
 +
 +
 +
<font size="7">Lazarus GY.I.K.</font>
 +
 +
__TOC__
  
 
hamarosan...
 
hamarosan...
Line 20: Line 25:
 
Az UPX hazsnálatához írd a parancssorba: "upx <a_futtatható_fájl_neve_útvonallal>".
 
Az UPX hazsnálatához írd a parancssorba: "upx <a_futtatható_fájl_neve_útvonallal>".
  
after using both strip and upx a simple GUI Lazarus program gets:
+
Miután mindkét parancs (strip és upx) is lefutott, egy Lazarus-szal készített egyszerű GUI alkalmazás mérete kb. ennyi lesz:
* ~ 700kb on Linux
+
* ~ 700kb Linux-on
* ~ 420kb on Windows
+
* ~ 420kb Windows-on
  
A more detailed answer with the drawbacks of using UPX is given on [[Size Matters]].
+
Részletesebb választ az UPX használatának esetleges hátrányairól is, a [[Size Matters/hu|Méret Problémák]].
  
It's also important to note that the hello world lazarus software already includes a huge amount of features. It includes:
+
Fontos megjegyezni, hogy a lazarus 'hello world' példaprogram már eleve tartalmaz nagyon sok fontos összetevőt. Tartalmazza:
  
* XML handling library
+
* XML kezelő függvénytár
* Image handling library for png, xpm, bmp and ico files
+
* Képkezelő függvénytár png, xpm, bmp és ico fájlokhoz
* Almost all widgets from the Lazarus Component Library
+
* Majdnem minden widget-et a LCL-ből (Lazarus Component Library)
* All of the Free Pascal Runtime Library
+
* Az teljes Free Pascal Runtime Library-t
  
So it's very big, but it already includes almost everything a real world non-trivial app will need.
+
Ezért nagyon nagy, de már majdnem mindent tartalmaz amire egy a valódi világnak készülő és nem jelentéktelen alkalmazásnak szüksége lehet.
  
 
Lazarus executable size starts big, but grows very slowly, because of the Free Pascal compiler and the way lazarus forms operate. A c++ project (just an example, but applies to other languages / tools too) starts very small on the hello world, but quickly grows exponentially when you need features to write a non-trivial application.
 
Lazarus executable size starts big, but grows very slowly, because of the Free Pascal compiler and the way lazarus forms operate. A c++ project (just an example, but applies to other languages / tools too) starts very small on the hello world, but quickly grows exponentially when you need features to write a non-trivial application.

Revision as of 18:43, 12 July 2010