On Jan 14, 2013, at 2:55 PM, R.D. Latimer wrote: > If there's something I can do I'd be happy to help out. Let me know > if you want me to pursue ProjectCenter. The File etc menu still is > not loading. I can try to compile myself but I don't know I'd be able > to do that. I haven't looked at the code to ProjectCenter, it's > probably Obj C. >
It's not too hard to compile from source, first make sure you've installed the developer tools, GNUstep Devel 1.4.0 (gnustep-devel-1.4.0), and then open up a shell from the Start menu: Start->GNUstep->Shell You could then download and unpack the source code from here. ftp://ftp.gnustep.org/pub/gnustep/dev-apps/ProjectCenter-0.6.1.tar.gz Or even better check out the source code from the repository so you're sure to have the latest version: svn co http://svn.gna.org/svn/gnustep/apps/projectcenter/trunk projectcenter Then to compile, type: cd projectcenter make install _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
