lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 90a1ee1 2/4: Add several missing commands


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 90a1ee1 2/4: Add several missing commands
Date: Thu, 7 Sep 2017 21:14:35 -0400 (EDT)

branch: master
commit 90a1ee142d8215984e677bb322fcd03ed9ceffb2
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Add several missing commands
---
 README.schroot | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/README.schroot b/README.schroot
index 9611f7e..0e02c8a 100644
--- a/README.schroot
+++ b/README.schroot
@@ -281,6 +281,16 @@ git config --global log.date iso8601
 #   http://lists.nongnu.org/archive/html/lmi/2016-10/msg00002.html
 WINEDLLOVERRIDES=mscoree=d wine wineboot
 
+# Configure wine:
+winecfg
+# on "Graphics" tab, set DPI to 192
+# fix any application that gets the wrong X tab order
+#   "Applications": "add"; then
+#   "Graphics": "Emulate virtual desktop"
+#     specify appropriate size: e.g., 1900x1120 for a 1920x1200 monitor
+#     (the other options don't seem to matter)
+#   then restart the application
+
 # Install java.
 wine /cache_for_lmi/jre-1_5_0-windows-i586.exe
 
@@ -364,6 +374,11 @@ cp -a /opt/lmi/proprietary/test/* /opt/lmi/touchstone/
 # Remove object files previously built without proprietary source:
 rm /opt/lmi/src/build/lmi/Linux/gcc/ship/my*
 
+# Regenerate the binary database:
+cd /opt/lmi/data
+rm proprietary.dat proprietary.ndx
+wine /opt/lmi/bin/rate_table_tool --accept --file=proprietary 
--merge=/opt/lmi/proprietary/tables
+
 # Run a system test.
 cd /opt/lmi/src/lmi
 make $coefficiency system_test 2>&1 |less
@@ -375,6 +390,14 @@ rm /opt/lmi/touchstone/analysis* 
/opt/lmi/touchstone/diffs* /opt/lmi/touchstone/
 # ...and rerun the test, which should now succeed:
 make $coefficiency system_test 2>&1 |less
 
+# Create a local mirror of the gnu.org repository:
+cd /opt/lmi
+mkdir --parents free/src
+cd free/src
+git clone git://git.savannah.nongnu.org/lmi.git
+# Reconsider this:
+# git remote set-url origin address@hidden:/srv/git/lmi.git
+
 # Exit the chroot.
 exit
 



reply via email to

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