Browse Source

Merge branch 'master' of https://github.com/bgrabitmap/bgracontrols

lainz 8 years ago
parent
commit
f47477e713
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -6,6 +6,8 @@ BGRA Controls is a set of graphical UI elements that you can use with Lazarus LC
 
 Use the Online Package Manager to get BGRABitmap and BGRAControls.
 
+Notice that you must check only the packages "bgrabitmappack.lpk" and "bgracontrols.lpk" in the Online Package Manager. The other packages are optional and may need third party packages / libraries to work (OpenGL and PascalScript).
+
 ### Optional Components
 
 Since v4.4 the components TBCDefaultThemeManager, TBCKeyboard and TBCNumericKeyboard are not installed by default to allow Linux users to get a seamless installation with the Online Package Manager not installing third party stuff. If you want these components turn on the "Register unit" in the package options for each file (bcdefaulthememanager.pas, bckeyboard.pas, bcnumerickeyboard.pas) then compile and rebuild Lazarus. On Linux you need to install libxtst-dev and libgl-dev first.