[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tips for multi-platform distrobution
From: |
Richard Frith-Macdonald |
Subject: |
Re: tips for multi-platform distrobution |
Date: |
Thu, 23 Nov 2006 07:28:53 +0000 |
On 20 Nov 2006, at 20:28, tgate wrote:
I'm creating some tools for my local network and would love some
experienced advice for how to setup the makefiles for installing
binaries based on the platform.
I'll be using svn and other developers need to grab the code and
compile and will likely be on a different architecture. So it
seems like I need a Tools/$GNUSTEP_HOST directory for the binaries
and something similar for the libraries.
I'm guessing that the fine people of GNUstep have already thought
of this and I'd like to know how to properly setup for it.
You probably want to configure gnustep-make using --enable-multi-
platform --disable-flattened (try 'configure --help' for details).