| 61 | |
| 62 | ---------------------- |
| 63 | |
| 64 | = Technical details = |
| 65 | |
| 66 | We keep copies of the installers at ~arsf/backups/windows_software/. |
| 67 | |
| 68 | On Fedora 10 (x86_64), simply install the default wine packages (`yum install wine*`). You also need to download the [http://wiki.winehq.org/winetricks winetricks script], which I just put in ~/.wine. Following that, do: |
| 69 | * Install Leica's photo processing software: |
| 70 | 1. `winetricks dotnet20` (installs .NET 2.0 framework, needed for photo processing software, requires Windows license) - mono doesn't seem to cover it :\ |
| 71 | 1. `wine msiexec /i PostProcessingSetup_L_V1.1.8.msi` (install Leica photo processing software) |
| 72 | 1. run with `cd .wine/drive_c/Program Files/Leica Geosystems/Calibration ; wine PostProcessing.exe config/LeicaPostProcessing.cfg` |
| 73 | * Install ALS post processor |
| 74 | 1. `winetricks vcrun2003` (install MS Visual C++ 2003 libraries) |
| 75 | 1. `wine ALSPP_2_69#20_RELEASE.exe` (installs ALS PP) |
| 76 | 1. `wine corpscon_conus_geoxx.exe` (installs code for doing datum transforms, etc) |
| 77 | 1. `wine GridInQuest\ v6.5.0/install/Setup.Exe` (more transform code?) |
| 78 | 1. test it works! |
| 79 | * Install FugroViewer |
| 80 | 1. unzip to .wine/drive_c/Program\ Files |