[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Installing gnustep from version control sources
From: |
Bertrand Dekoninck |
Subject: |
Re: Installing gnustep from version control sources |
Date: |
Fri, 13 Apr 2018 16:49:06 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 |
Le 13/04/2018 à 15:49, Liam Proven a écrit :
On 13 April 2018 at 15:19, Mick Bert <micbert75@gmail.com> wrote:
Hello
I would like to install gnustep on an old Apple iBook with Lubuntu
14.04 PowerPC
16.04 also exists for PowerPC. I think you will have more luck with
the newer release.
The matter on ppc is that libobjc2 cannot be used with clang for now
(see https://github.com/gnustep/libobjc2/issues/65)
I didn't try to build it with gcc.
So you should build gnustep with gcc, without libobjc2. It should run on
any ppc distro (I use it on a daily basis on debian wheezy which is a
older). Building should be straigthforward.
You'll have to clone git repos :
git clone git://github.com/gnustep/libs-make
git clone git://github.com/gnustep/libs-base
git clone git://github.com/gnustep/libs-gui
git clone git://github.com/gnustep/libs-back
Then build and install in that order :
1. Build and install gnustep-make without any objc2 related option at
configure time
2. locate GNUstep.sh and source it
3. Run "make" in base and install it with "sudo -E make install"
4. Do the same for gui and back
gnustep-base, gnustep-gui, gnustep-back.
Hope this helps.
Bertrand