| | | |
| In the listen.py file in your `site-packages\boodl | | In the listen.py file in your `site-packages\boodl |
| e` folder, comment out the line `import fcntl` | | e` folder, comment out the line `import fcntl` |
| | | |
| 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 |
| | | |
| t | At this point, Boodler will fail while trying to s | t | 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.
|
| | |
|
| | | ## Ubuntu 9.04 (Jaunty Jackalope)
|
| | |
|
| | | On a stock desktop installation, you'll need to in |
| | | stall the Python and PulseAudio client developer l |
| | | ibraries before building Boodler.
|
| | |
|
| | | `sudo apt-get install python-dev libpulse-dev`
|
| | |
|
| | | After that, just follow the standard build instruc |
| | | tions.
|
| | |
|
| | | When running Boodler, specify the PulseAudio drive |
| | | r:
|
| | |
|
| | | `boodler.py -o pulse`
|