From: Jason T. <tow...@ma...> - 2002-12-07 07:04:09
|
On Friday, December 6, 2002, at 09:10 AM, Jason Townsend wrote: > On the bright side, I was able to log in from firelite yesterday. I've > started checking in the code but what's there is not compilable yet. > I'm fixing up some spaces in paths before adding all the directories. Everything is checked in and compilable for Firelite. It is very incomplete right now however the account editing is pretty much complete, and you can log on/off. To build this, check out imservices and firelite to the same directory, build imservices, then firelite. % cvs -d :ext:<user>@cvs.imservices.sourceforge.net:/cvsroot/imservices co imservices % cvs -d :ext:<user>@cvs.fire.sourceforge.net:/cvsroot/fire co firelite % cd imservices/imservices % make all Then build Firelite.pbproj. -Jason |