Running from Source Code on Windows
It's not as complicated as you might think. There's just a lot of dependancies to some very fine work done by other people.
- Create a directory for your code. Example: C:\vpt or "C:\Program Files\Virtual Page Turner" (how)
- Download the source code file from the web store, http://www.virtualpianist.com/zencart
- Using Winzip, extract the files into your new directory.
- Download the ImageMagick installer from http://www.imagemagick.org/script/binary-releases.php#windows
- Run the ImageMagick installer.
- Download the ghostscript installer from http://ghostscript.com/releases (Select ghostscript-8.63.tar.gz)
- Run the ghostscript installer
- Download the Accidentals Font from http://www.hindson.com.au/wordpress/free-fonts-available-for-download
- Install the Font (how)
- Download Python version 2.5.2 from http://www.python.org/download (Not everything is comatible with 2.6 yet)
- Install Python
- Download wxPython toolkit from http://www.wxpython.org/download.php#binaries (Select Unicode version 2.5)
- Install wxPython
- Create the environment variable VPT_HOME and set it to your directory you created in step 1 (how)
- You can now double click on the vpt.bat file or run from a command shell python vpt.py
Running the binary executable on windows
- Create a directory for your code. Example: C:\vpt or "C:\Program Files\Virtual Page Turner" (how)
- Download the binary code from the web store, http://www.virtualpianist.com/zencart
- Extract the files into your new directory
- Download the ImageMagick installer from http://www.imagemagick.org/script/binary-releases.php#windows
- Run the ImageMagick installer.
- Download the ghostscript installer from http://ghostscript.com/releases (Select ghostscript-8.63.tar.gz)
- Run the ghostscript installer
- Download the Accidentals Font from http://www.hindson.com.au/wordpress/free-fonts-available-for-download
- Install the Font (how)
- Create the environment variable VPT_HOME and set it to your directory you created in step 1 (how)
- You can now double click on the vpt.exe file or run from a command shell vpt.exe
Running from the Disk on Windows
- Put disk in optical drive
- run setup.exe
- Virtual Page Turner should appear in your Programs menu
Creating a directory in Windows
- Open up "My Computer"
- Double click on the disk you want to use
- Create a new folder and give it a name like vpt or whatever you want.
Installing a font in Windows
(from http://www.myfonts.com/support/help_install_win.html)
- Choose Start > Settings > Control Panel
Note: In Windows XP, choose Start > Control Panel
- Double-click the Fonts folder.
- Choose File > Install New Font.
- Locate the fonts you want to install.
- In the Drives list, select the drive and the folder containing the fonts you want to install.
- In the Folders list, select a folder that contains the fonts you want to install. (Make sure you have unzipped them first.) The fonts in the folder appear under List of Fonts.
- Select the fonts to install. To select more than one font, hold down the CTRL key and click each font.
- To copy the fonts to the Fonts folder, make sure the Copy fonts to the Fonts folder check box is selected.
Note: If installing fonts from a floppy disk or a CD-ROM, you should make sure this check box is selected. Otherwise, to use the fonts in your applications, you must always keep the disk in the disk drive.
- Click OK to install the fonts.
Creating an enviornment variable in Windows
(from http://www.cs.usask.ca/~wew036/latex/env.html)