| | | |
| In boodler.py, in the line that reads `basedir = o | | In boodler.py, in the line that reads `basedir = o |
| s.path.join(os.environ.get('HOME')`, change HOME t | | s.path.join(os.environ.get('HOME')`, change HOME t |
| o HOMEPATH | | o HOMEPATH |
| | | |
| At this point, Boodler will fail while trying to s | | At this point, Boodler will fail while trying to s |
| elect an audio driver. You have the option of expo | | elect an audio driver. You have the option of expo |
| rting to file or stdout, though neither readily pr | | rting to file or stdout, though neither readily pr |
| oduces a listenable file. | | oduces a listenable file. |
| | | |
| t | | t | ## MacOSX 10.6 (Snow Leopard)
|
| | |
|
| | | I've had a report that Boodler doesn't build with |
| | | the stock Python 2.6 on Snow Leopard. Try installi |
| | | ng the Python 2.6.3 package from http://python.org |
| | | / .
|
| | |
|
| ## Ubuntu 9.04 (Jaunty Jackalope) | | ## Ubuntu 9.04 (Jaunty Jackalope) |
| | | |
| On a stock desktop installation, you'll need to in | | On a stock desktop installation, you'll need to in |
| stall the Python and PulseAudio client developer l | | stall the Python and PulseAudio client developer l |
| ibraries before building Boodler. | | ibraries before building Boodler. |
| | | |
| `sudo apt-get install python-dev libpulse-dev` | | `sudo apt-get install python-dev libpulse-dev` |