> On 17 Nov 2015, at 12:47, Adam S <[email protected]> wrote:
> 
> So I download and extract the following into my /tmp directory ... What next 
> please? Could someone kindly write me a step by step guide? Thanks.

Well, to get the best gnustep-core on Raspbian, you need to be set up with 
networking and an up to date copy of the system then I think the steps are as 
follows:

# Install dependencies

sudo apt-get install gobjc
sudo apt-get install libffi-dev
sudo apt-get install gnutls-dev
sudo apt-get install libxml2-dev
sudo apt-get install libtiff-dev
sudo apt-get install libxt-dev
sudo apt-get install libcairo-dev
sudo apt-get install libglm-dev
sudo apt-get install subversion (to allow use of subversion repositories)

mkdir svn

# Install gnustep-make and source GNUstep.sh

cd svn
svn co svn://svn.gna.org/svn/gnustep/tools/make/trunk make
cd make
./configure
make
sudo make install
. `gnustep-config --variable=GNUSTEP_MAKEFILES`/GNUstep.sh

cd ..
svn co svn://svn.gna.org/svn/gnustep/tools/base/trunk base
cd base
./configure —disable-icu
make
sudo make install

cd ..
svn co svn://svn.gna.org/svn/gnustep/tools/gui/trunk gui
cd gui
./configure
make
sudo make install

cd ..
svn co svn://svn.gna.org/svn/gnustep/tools/back/trunk back
cd back
./configure
make
sudo make install


_______________________________________________
Discuss-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to