On Saturday 20 October 2007 16:52:06 Vircy Parker wrote: > Hello, anyway really thanks for your work. While the deb package came, what > do you advice for to use csound5 in debian?. I dont like the csound actual > installer because is not reversible, there is not uninstallation. Too, > after to install it, I have errors of localization of libraries and > folders. The recourse of /usr/local/bin/bin is weird in common debian > style, etc. do you know a clean way for csound5 installation ? > > How do you install last csound in your debian distro? Heh, right now I don't have any csound installed since I have to test the package while working on it. You could use the SConstruct file to install it, though: % scons $FLAGS install=1 To uninstall just do % scons -c $FLAGS install=1 -- Felipe Sateler