Installation Information For Various Platforms

<= Previous Change | Next Change =>

Diff Summary
Title
Date 2009-03-25 16:02 2009-04-25 23:05
Editor Beau Gunderson (beaugunderson) Josh Franklin (jfrankmbl)

2009-03-25 16:02 by Beau Gunderson
2009-04-25 23:05 by Josh Franklin
44
5The compile command I used was:5The compile command I used was:
66
7`python setup.py build --compiler=mingw`7`python setup.py build --compiler=mingw`
88
t9Make sure the MinGW directory is in your `PATH`.t9Make sure the MinGW directory is in your `PATH`.
10
11## Windows Vista 64bit
12
13Mostly the same as the procedures above, but just 
 >wanted to add a few clarifications.
14
15After installing the MingGW compiler, add it to yo
 >ur path.
16
17Run `set path=C:\MinGW\bin;%path%` (to temporarily
 > add it)
18or
19Right click `Computer>Properties>Advanced system s
 >ettings`, then in the `Advanced` tab choose `Envir
 >onment Variables` and scroll down to `path` in the
 > system variables and add `C:\MinGW\bin` to your p
 >ath.
20
21While there, also add `C:\Program Files (x86)\Pyth
 >on 26\Scripts\` to your path
22
23`python setup.py build --compiler=mingw32`
24
25Note: the compiler option mingw32 is required to s
 >pecify it to use the 32bit compiler.  When run as 
 >--compiler=mingw, it will return `error: don't kno
 >w how to compile C/C++ code on platform 'nt' with 
 >'mingw' compiler.`
26
27In the listen.py file in your `site-packages\boodl
 >e` folder, comment out the line `import fcntl`
28
29In boodler.py, in the line that reads `basedir = o
 >s.path.join(os.environ.get('HOME')`, change HOME t
 >o HOMEPATH
30
31At this point, Boodler will fail while trying to s
 >elect an audio driver. You have the option of expo
 >rting to file or stdout, though neither readily pr
 >oduces a listenable file.
Installation Information For Various Platforms - last changed 2009-10-15 21:34 by Andrew Plotkin (zarf)