From 470d849c8b4f8a8e7862ecc80f3c7e5774f59f76 Mon Sep 17 00:00:00 2001 From: tlbl <tlbl@dtu.dk> Date: Mon, 10 Oct 2016 09:12:34 +0200 Subject: [PATCH] Update configure-wine.md --- docs/configure-wine.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/configure-wine.md b/docs/configure-wine.md index b3d2225c..e2c891bc 100644 --- a/docs/configure-wine.md +++ b/docs/configure-wine.md @@ -1,5 +1,4 @@ - -Configure Wine for HAWC2 +Configure Wine for Gorm ------------------------ > Note that the steps described here are executed automatically by the @@ -52,3 +51,11 @@ executable. The file ```hawc2-latest.exe``` will always be the latest HAWC2 version at ```/home/MET/hawc2exe/```. When a new HAWC2 is released you can simply copy all the files from there again to update. + +Configure Wine for Jess +------------------------ + +``` +g-000 $ WINEARCH=win32 WINEPREFIX=~/.wine32 winefix +g-000 $ WINEARCH=win32 WINEPREFIX=~/.wine32 wine test.exe +``` -- GitLab