Re: Just Use Foundation Framework
"Yen-Ju Chen" <[email protected]>
| Newsgroups | gmane.comp.lib.gnustep.user |
|---|---|
| Message-ID | <[email protected]> |
On 5/22/06, Daniel J Farrell <[email protected]> wrote: > Hello everybody, > > I would like to use gnustep objects such as NSString and NSArray in > my programming. However, I'm not making GUI apps so I don't need to > work inside the gnustep environment. All I need is to simply #import > <NSArray.h> etc in my code. > > To do this should I just follow the instruction to install the 'Base > Version' package on my linux distribution and then link to the > library when compiling? You can just install gnustep-make and gnustep-base. Basically you are writing a tool. There is a short tutorial: http://www.gnustep.it/nicola/Tutorials/WritingMakefiles/node2.html If you need to link other libraries, use 'ADDITIONAL_CFLAGS' and 'ADDITIONAL_LDFLAGS' in GNUmakefile. Yen-Ju > > Regards, Dan. > > > _______________________________________________ > Help-gnustep mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/help-gnustep >