Archives June 19, 2007
Bash in Bitfrost (Getting access to your files...)
Written by
on
in
Young Coders.
Been thinking a bit about how to handle multi-application environments, and one case that comes up immediately is the command shell (i.e. bash). With the overlay approach, we could start bash in an empty workspace, but then how do we get access to the files we want to manipulate?
We could alter bash to allow ...!-->!-->
CSound is a bit of a pain to build (Actually, a lot of a pain...)
Written by
on
in
Young Coders.
Been trying to get csound built on my workstation since midnight or so. So far I've got the ebuild to the point of compiling everything, but I can't get it to properly install the _csnd library. The install.py file seems to assume the wrong file-name for the .so file, but I can't seem to get ...