Andre Poenitz <[EMAIL PROTECTED]> writes:

| On Thu, Mar 21, 2002 at 02:29:06PM +0000, Angus Leeming wrote:
>> My tree is now full of cruft:
>> 
>> $ ls src/mathed/formula.*
>> src/mathed/formula.C
>> src/mathed/formula.h
>> src/mathed/formula.lo
>> src/mathed/formula.o
>> src/mathed/formula.o.d
>
| You can build in a tree parallel to the source tree. Just 
| 'mkdir lyx-build' in parallel to lyx-devel, 'cd lyx-build',
| '../lyx-devel/configure ; make'

of course you don't have to have it it parallel:

cd lyx-devel
mkdir build
cd build
../configure
make

actually you can be wherever (whenever) you want in the filesystem...

-- 
        Lgb

Reply via email to