Warning
Windows development is deprecated. Enter at your own risk, ye brave souls!
The following is a recipe for getting a bright development environment setup in a Windows environment. First, make sure that you have the following programs installed with the appropriate versions:
- Python 2.7
- A unix compatible editor, like Editra
- (Git, if you want to connect to the repository)
- Microsoft Visual Studio (2008, not 2010)
- HDF5
- NumPy
- SciPy
- MatPlotLib
- PyNE
- PyTables
You will need to add HDF5 location information to the environment. Thus you’ll need to set the LIB and INCLUDE environmental variables to something similar to the following:
LIB += C:\hdf5\lib
INCLUDE += C:\hdf5\include