INTERMAGNET / wg-definitive-data

Repository to track working group discussion for Definitive Data
1 stars 1 forks source link

check1min program , works in Wine for Mac OS #3

Open teraita opened 4 years ago

teraita commented 4 years ago

Today I tested check1min in Wine software , which allow the run Windows executables in different platforms. I tested it in Mac OS 10.12.5. It seems to work. DOSBox does not work as the check1min needs win32 for running.

check1min_test_in_MacOS_Wine

sputnik-a commented 4 years ago

Great! Please note I also plan to rewrite check1min in Java. @JanReda has provided all the details and source code of check1min to me.

JanReda commented 4 years ago

Sometimes using EXE file under No Windows is not easy. Check1min is not such sophisticated as IMCDView or MagPy, but can detect the most common problems in complete data sets (including metadata files). I suppose that Java or C application could be relatively easily converted to web application in next step.

leonro commented 4 years ago

I am also using check1min in a linux environment using wine. Works perfectly fine. I can post instructions here as well. We could add some document with user instructions for linux, mac, windows here.

leonro commented 3 years ago

Using check one minute in Linux with wine

Requirements: install wine, and copy check_1min.exe to the virtual drive_c of wine

1. Copy all files

   $ cd /my/folder/IAF
   $ mkdir ~/.wine/drive_c/daten/2017
   $ cp * ~/.wine/drive_c/daten/2017/

2. Running Wine

   $ cd ~/.wine/drive_c
   $ wine start check1min.exe C:\\daten\2017 WIC 2017 report2017.txt
JanReda commented 3 years ago

Thank you Roman for that.