From e6e1dc1c30191052864f2da3e19c3b3314992b2b Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Sun, 21 Feb 2016 10:55:49 +0000 Subject: [PATCH] fpspreadsheet: Update readme.txt of BIFFExplorer git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4514 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- .../fpspreadsheet/reference/BIFFExplorer/readme.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/components/fpspreadsheet/reference/BIFFExplorer/readme.txt b/components/fpspreadsheet/reference/BIFFExplorer/readme.txt index adeae1dc5..375ddcdfc 100644 --- a/components/fpspreadsheet/reference/BIFFExplorer/readme.txt +++ b/components/fpspreadsheet/reference/BIFFExplorer/readme.txt @@ -13,6 +13,8 @@ records select a byte in the hex viewer, and the program will display the contents of that byte and the following ones as integer, double, string (page "Values"). -For compiling, note that the program requires the package "VirtualTreeview-new" -from ccr (which in turn requires the package "lclextensions" from -http://code.google.com/p/luipack/downloads/list). +For compiling, note that the program requires the following packages +from ccr +- "KControls" +- "lclextensions" +- "VirtualTreeview-new"