Changes between Version 1 and Version 2 of Ticket #208


Ignore:
Timestamp:
01/30/09 20:03:56 (15 years ago)
Author:
slyfox
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #208 – Description

    v1 v2  
    1 I like run '''./autogen.sh and''' and '''./configure''' scripts from locations other, than source tree. 
     1I'd like to run '''./autogen.sh and'''(unsupported by autostuff?) and '''./configure''' scripts from locations other, than source tree. 
    22It is very convinient to run builds for various architectures/configurations against one actual source. 
    33 
     
    55$ cd /tmp 
    66$ git clone path-to-mc 
     7$ ./autogen.sh 
    78$ chmod -R u-w mc/ # freeze sources (just for tests) 
    89 
     
    2021$ mkdir mc-build 
    2122$ cd mc-build 
    22 $ ../mc/autogen.sh 
    2323$ ./configure --prefix=/tmp/mc-test/ 
    2424$ make