From bdeddbe63b7d72ef92253f4df44b5b2899633f9c Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 4 Dec 2024 15:12:27 -0500 Subject: [PATCH] update sys/msdos/Install.dos --- sys/msdos/Install.dos | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/sys/msdos/Install.dos b/sys/msdos/Install.dos index 108e117a4..780061099 100644 --- a/sys/msdos/Install.dos +++ b/sys/msdos/Install.dos @@ -145,23 +145,16 @@ Appendix B - Common Difficulties Encountered This indicates that your host system does not have the flex library installed, and the cross-compiler needs it to be. On Ubuntu systems, you can easily rectify this issue by - just installing flex, as follows: + just installing the flex shared library as follows: - sudo apt-get install flex + sudo apt install libfl2 Reading package lists... Done Building dependency tree... Done Reading state information... Done - The following additional packages will be installed: - libfl-dev libfl2 m4 - Suggested packages: - bison flex-doc m4-doc The following NEW packages will be installed: - flex libfl-dev libfl2 m4 - 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded. - Need to get 558 kB of archives. - After this operation, 1699 kB of additional disk space will be - used. Do you want to continue? [Y/n] Y + libfl2 + 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Appendix D - Contacting the Development Team