[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: How to move the build out of the source directory?
From: |
Nicola Pero |
Subject: |
RE: How to move the build out of the source directory? |
Date: |
Sat, 24 May 2008 13:23:38 +0200 (CEST) |
> I wonder if somebody can advice me on how to move the build of a
> GNUstep
> application out of the source directory. I looked at the GNUstep
> documentation but I couldn't find anything about it.
This is experimental and might not work entirely / be subject to changes in the
next
releases.
Anyway at the moment, you need to do something like
make GNUSTEP_BUILD_DIR=../build/Linux
make GNUSTEP_BUILD_DIR=../build/Solaris
that will compile your application, putting all the generated files in the
specified
directory. It should work for simple projects - I'm not too sure about
complicated
ones though.
Let me know if you have problems.
Thanks