[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to get a running GNUstep desktop ?
From: |
Hubert Chathi |
Subject: |
Re: How to get a running GNUstep desktop ? |
Date: |
Sun, 18 May 2008 17:20:11 -0400 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) |
Rubens Septimus wrote:
> I see your message now --- so I was trying to make things without the
> patch, and it failed. Can you explain me how to use this patch ? I
> have a SOURCE directory where I make all the things. There are
> StepTalk-0.10.0.tar.gz and steptalk_0.10.0-2.diff.gz. But I don't know
> what to do after with these all together.
First, untar StepTalk, and change to the StepTalk directory:
# tar xzf StepTalk-0.10.0.tar.gz
# cd StepTalk
Then, apply the patch:
# zcat ../steptalk_0.10.0-2.diff.gz | patch -p1
The zcat command unzips the patch, and its output gets fed to the patch
program, which applies the patch.
--
Hubert Chathi - Email/Jabber: hubert@uhoreg.ca - http://www.uhoreg.ca/
PGP/GnuPG key: 1024D/124B61FA (Key available at wwwkeys.pgp.net)
Fingerprint: 96C5 012F 5F74 A5F7 1FF7 5291 AF29 C719 124B 61FA
Re: How to get a running GNUstep desktop ?, Charles philip Chan, 2008/05/16
Re: How to get a running GNUstep desktop ?, David Chisnall, 2008/05/16
Re: How to get a running GNUstep desktop ?, Riccardo Mottola, 2008/05/16