# HG changeset patch # User Mychaela Falconia # Date 1521089972 0 # Node ID 4477d28c77bcb5f06df800e34eb41e46ebeff84a # Parent 519d914e08a2411df635719bd9f1598b494241f6 INSTALL: update for the move-out of fc-lcdemu diff -r 519d914e08a2 -r 4477d28c77bc INSTALL --- a/INSTALL Thu Mar 15 01:16:17 2018 +0000 +++ b/INSTALL Thu Mar 15 04:59:32 2018 +0000 @@ -39,16 +39,9 @@ Dependencies ============ -All FreeCalypso host tools are written in plain C, and with the exception of one -special hack-utility that has been excluded from the standard build set, they -have absolutely no library dependencies beyond libc. In other words, they are -very friendly to those who like bare bones minimalist systems. The only -exception is the fc-lcdemu hack which needs libX11 to compile and an X11 display -to run. It was a developer-only hack-utility to begin with, and the developer -setup of which it was a part never worked in a satisfactory manner, so it has -been retired. If you would like to play with it, you will need to compile it -separately, as it has been excluded from the top Makefile in order to have the -standard build set with no dependencies. +All FreeCalypso host tools are written in plain C and have absolutely no +library dependencies beyond libc. In other words, they are very friendly to +those who like bare bones minimalist systems. The previous dependency on OpenSSL libraries for DES decryption of the factory IMEI record on the Pirelli DP-L10 has been eliminated by incorporating our own @@ -57,6 +50,11 @@ the functions that require access to Pirelli's IMEI have now been integrated into fc-fsio. +Previous versions of this FC host tools package included a UI development aid +utility called fc-lcdemu which needs libX11 to compile and an X11 display to +run; this utility has now been moved to a separate freecalypso-ui-dev +repository and is no longer a part of the core FC host tools package. + libserial and Linux specifics =============================