SFXR - Sound Making Tool
Hi all,There's a great sound-making on here: http://www.cyd.liu.se/~tompe573/hp/project_sfxr.html
Unfortunately, there's only a standalone for windows, but he DOES have the source code available and I made a walkthrough on how to build it for Ubuntu. Thanks a LOT to _ar for his help getting this to work.
How to build SFXR on Ubuntu
- First download and extract the source code from http://www.cyd.liu.se/~tompe573/hp/files/sfxr-sdl.tar.gz
- Now you need the library dependencies. For each of the libraries listed below run
sudo apt-get install libraryname
- build-essential
- libasound2-dev
- libasound2-plugins
- libsdl-dev
- libgtk2.0-dev
- Then CD to the directory you extracted the .tar in and type
make
Cheers!
(log in to comment)
milker on 2008/09/10 17:17:
I think: It is a very cool tool.Thank you for your installation.