Mozilla Firebird

Jason DeVita yellowdog-newbie@lists.terrasoftsolutions.com
Thu, 6 Nov 2003 10:29:15 -0500 (EST)


> Instead, I've got 4 folders (bin, include, lib and share) that I'm
> unsure what to do with. Do I just copy their contents to /usr/ ?

I'd copy their contents to /usr/local/ (to keep stuff that I've built
separate from the others).  Just make sure that /usr/local/bin/ (or where
ever you put it) is in your PATH (type "echo $PATH" to see).

-J