Monday, January 11, 2010

Installing GNUStep on Fedora Core

In the journey of installing GNUStep on my Fedora Core machine, I noted couple of useful pointers
that could help you save sometime.

* Install GNUStep Make from yum repository (yum install gnustep-make)

* make (compile source) and install GNUStep Base

You will need the following:
export GNUSTEP_MAKEFILES=/usr/lib/GNUstep/Makefiles/

* make (compile source) and install GNUStep GUI

You need to update ldconfig.

vim /etc/ld.so.conf.d/gnustep.conf

Add the content below and save:
/usr/local/lib/ix86/linux-gnu/gnu-gnu-gnu

Execute:
/sbin/ldconfig

* make (compile source) and install GNUstep Backend

You will need the following:
export PATH=$PATH:/usr/local/bin/ix86/linux-gnu/gnu-gnu-gnu

Check out complete documentation on steps followed at How to install GNUStep on Fedora Core

Comments: Post a Comment

<< Home

This page is powered by Blogger. Isn't yours?