lazarus/tools/install/macosx/ReadMe.html
mattias c007943ac3 dmg: added script to create lazarus dmg
git-svn-id: trunk@16454 -
2008-09-06 16:34:11 +00:00

38 lines
2.3 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<title>ReadMe</title>
</head>
<body>
<h2>Welcome to Lazarus</h2>
Lazarus is a Rapid Application Development Tool for FreePascal.
It comes with the LCL - Lazarus component library, which contains platform independent visual components like buttons, windows, checkbox, treeview and many, many more. The LCL is platform independent, so you can write an application once and then compile for various platforms without changing code.
FreePascal at www.freepascal.org is a fast object pascal compiler (and more), that runs on more than 20 platforms (Mac OS X, Linux, Windows, BSD, OS/2, DOS, PowerPC and many more).
The LCL currently supports Mac OS X (carbon, gtk, gtk2 and qt4), Linux (gtk, gtk2 and qt4), all flavors of Windows, even wince,<span class="Apple-converted-space">  </span>FreeBSD (gtk, gtk2). There is experimental support for Solaris and the native pascal backend fpgui
which runs on windows, wince and linux.
<h3>Documentation</h3>
The official site is <a href="http://www.lazarus.freepascal.org">http://www.lazarus.freepascal.org</a>. There you can find the FAQ - the frequently asked questions.
Documents about specific topics can be found at <a href="http://wiki.lazarus.freepascal.org">http://wiki.lazarus.freepascal.org</a>.
Examples, how to use the LCL can be found in the 'examples' directory.
Help, documents and files about FreePascal are at www.freepascal.org.
<h3>Mailing list</h3>
There is a very active and helpful mailing list for lazarus, where the developers interact, share ideas, discuss problems, and of course answer
questions.
You can subscribe at <a href="http://www.lazarus.freepascal.org/mailman/listinfo/lazarus">http://www.lazarus.freepascal.org/mailman/listinfo/lazarus</a>.
<h3>How to help Lazarus</h3>
If you find bugs, don't hesitate to use the bug tracking tool at the website, or send an email to the list.
Patches can be sent as .zip or .tgz attachments directly to the mailing list if small, or (preferably) to the bug tracker at <a href="http://bugs.freepascal.org/my_view_page.php">http://bugs.freepascal.org/my_view_page.php</a> or send the patch to patch@dommelstein.net.
</body>
</html>