|
From: Jeff H. <je...@ac...> - 2007-02-26 18:17:21
|
Casey Ackels wrote: > platforms (windows, linux, freebsd). ... > So, I unwrapped the tile.kit and /FreeBSD-x86/ doesn't exist. Is this=20 > a mistake or is there no FreeBSD support in tile.kit? Whoever built tile.kit probably did not have access to a FreeBSD = machine. One just needs to extend the existing kit with the right binaries. > And if FreeBSD isn't supported, what would it take to get it=20 > supported? If its a simple recompilation, i would be more than=20 > willing to do it, provided I had instructional help (I am new to=20 > this). Yes, it's a simple recompilation. You would need to grab the = appropriate sources (ideally the same as the kit uses, for consistency with the = runtime tcl files), and just do the usual configure/make on it. It's the = install that has to be hand-twiddled to get into the kit correctly. Jeff |