python - How to install PCSIM library? -


how install pcsim library under windows 7 ( http://www.lsm.tugraz.at/pcsim/ ). open source project!

probably easiest way install linux distribution has pcsim available in packages on second partition, or in virtual machine (e.g. qemu or virtualbox).

as can see here, pcsim has lot of dependencies (other software needs build or work). of have installed before can try , compile pcsim. if have never installed source code on windows, you're in challenge put mildly.

installing python pretty easy, since there windows installer packages available.

installing pure python modules not difficult; unpack source, open command window, change package directory , typing python setup.py install trick.

but python modules , of other dependencies require c or c++ compiler , related utilities. reccomend try installing mingw (which has windows installers available) development environment. rest of requirements (that don't have windows installers) can compiled this.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -