diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-11-11 17:24:08 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-11-11 17:24:08 +0000 |
commit | cb7d1a5936af0adf6b3cc3ee1bcdf3cfa1a729e2 (patch) | |
tree | 5a0c3cc582e6a068f4b26f6581af941b21ae08e9 | |
parent | 42a12dd4677b94cdacacc8d8b408723f5f97591b (diff) | |
download | fpGUI-cb7d1a5936af0adf6b3cc3ee1bcdf3cfa1a729e2.tar.xz |
* minor update to the build readme.txt file instructions.
-rw-r--r-- | src/readme.txt | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/src/readme.txt b/src/readme.txt index 39c18d24..6c97dc41 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -31,14 +31,11 @@ applications. * Start Lazarus * Select Components->Open Package File (*.lpk) and select the - src/corelib/<your platform>/fpgfx_package.lpk - In you case the .lpk file will be in the x11 directory. A new - dialog will appear - click Compile. - * Select Components->Open Package File (*.lpk) again and select - the - src/gui/fpgui_package.lpk + src/corelib/<your platform>/fpgui_toolkit.lpk + Under Linux/FreeBSD the .lpk file will be in the 'x11' directory. + Under Windows the .lpk file will be in the 'gdi' directory. A new dialog will appear - click Compile. - * Lazarus has now compiled both packages and will keep track of + * Lazarus has now compiled the package and will keep track of all the compiled units and paths. * Now lets open a project. Select Project->Open Project and select any project in the examples/gui directory. Select the *.lpi file. |