|
|
|
Notes on putting AMIDE onto a CD for us with MS Windows
After installing AMIDE on MS Windows system, putting AMIDE onto a CD
as an image viewer for images on that CD is pretty easy:
- copy *content* of "\Program Files\amide" folder into a CD image
- copy *content* of "\Program Files\Common Files\GTK\2.0" into the CD image
The CD image at this point should contain ./bin ./etc ./lib like subfolders.
- add your image files to the CD image (e.g. DICOM data or .xif file)
- Create a script for starting up AMIDE with the data on the disk by creating a file on
the CD image called "start.bat" with the following in it (substitute .\where\amide.xif for the location/name of the .xif or DICOMDIR file you're interested in having loaded up automatically):
@echo off
.\bin\amide.exe (.\where\amide.xif)
- Burn the CD image to a CD
|