From cdc0d9e0126723c1ce5fd86720b29bac6a7bc62f Mon Sep 17 00:00:00 2001 From: lwvmobile Date: Tue, 25 Jul 2023 18:54:13 -0400 Subject: [PATCH] Tweak Install Notes; --- examples/Install_Notes.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/examples/Install_Notes.md b/examples/Install_Notes.md index 037708f..f8ece69 100644 --- a/examples/Install_Notes.md +++ b/examples/Install_Notes.md @@ -61,7 +61,7 @@ cd .. cd .. ``` -MBELib is considered a requirement in this build. You must read this notice prior to continuing. [MBElib Patent Notice](https://github.com/lwvmobile/mbelib#readme "MBElib Patent Notice") This version of MBELib is 1.3.2 and prints to STDERR, using the stock 1.3.0 MBElib may cause problems with print alignments if paired with this version of DSD-FME, or cause future compatibility issues. +MBELib is considered a requirement in this build. You must read this notice prior to continuing. [MBElib Patent Notice](https://github.com/lwvmobile/mbelib#readme "MBElib Patent Notice") ``` git clone https://github.com/lwvmobile/mbelib @@ -77,7 +77,20 @@ cd .. ``` Note: Some environment/distro users (Cygwin, Arch, and others) may need to manually copy any libmbe files found in the build folder to the /usr/lib folder on root. -`sudo cp libmbe* /usr/lib` + +``` +cp libmbe* /usr/lib +cp cygmbe* /usr/lib +cp cygmbe* /bin +``` + +or + +``` +sudo cp libmbe* /usr/lib +sudo cp cygmbe* /usr/lib +sudo cp cygmbe* /bin +``` Finish by running these steps to clone and build DSD-FME.