diff options
-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. |