lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] odd/multiarch 532daba 5/6: Refine build instructions


From: Greg Chicares
Subject: [lmi-commits] [lmi] odd/multiarch 532daba 5/6: Refine build instructions
Date: Sun, 21 Apr 2019 12:49:42 -0400 (EDT)

branch: odd/multiarch
commit 532dabae01ea6676e005e1adcaccad801ba7fa81
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Refine build instructions
---
 INSTALL | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/INSTALL b/INSTALL
index 6f18eec..4d099b1 100644
--- a/INSTALL
+++ b/INSTALL
@@ -72,13 +72,14 @@ Copy the following, and paste it (Shift-Insert) into the 
shell:
   cd /tmp
   wget -N $install_script
   chmod +x install_msw.sh
-  logfile=log-`date -u +'%Y%m%dT%H%MZ'`; echo "Log file is '$logfile.tar.bz2'."
+  logfile=log_`date -u +'%Y%m%dT%H%MZ'`; echo "Log file is '$logfile.tar.bz2'."
   ./install_msw.sh >$logfile 2>&1; tar -cjf $logfile.tar.bz2 $logfile
 
 Installation proceeds silently for anywhere from a few minutes to a couple
 of hours, depending on your computer. When you see "Finished building lmi",
-copy and paste this line into the shell:
+copy and paste these lines into the shell:
 
+  export LMI_HOST=i686-w64-mingw32 ; . ./set_arch.sh
   /opt/lmi/x86_64-w64-mingw32/bin/lmi_wx_shared --data_path=/opt/lmi/data
 
 You should see lmi's GUI. Try "File | New | Illustration", then press "OK";



reply via email to

[Prev in Thread] Current Thread [Next in Thread]