[BACK]Return to README CVS log [TXT][DIR] Up to [local] / xenocara

Diff for /xenocara/README between version 1.4 and 1.5

version 1.4, 2006/12/02 16:28:48 version 1.5, 2006/12/12 21:07:25
Line 55 
Line 55 
 empty). The Xenocara Makefiles take care of that using the 'build'  empty). The Xenocara Makefiles take care of that using the 'build'
 target.  target.
   
     Quick startup guide
   
   The following steps will build and install everything for the first time.
   
    mkdir -p /usr/obj/xenocara
    cd xenorara
    make bootstrap
    make obj
    make build
   
   If you want to use another obj directory see below.
   
   Requirements    Requirements
   
 A freshly checked out xenocara tree is buildable without any external  A freshly checked out xenocara tree is buildable without any external
Line 83 
Line 95 
 Xenocara supports objdirs (and it's even the recommended way to build  Xenocara supports objdirs (and it's even the recommended way to build
 things). Just run 'make obj' at any level before 'make build' to make  things). Just run 'make obj' at any level before 'make build' to make
 sure that the object directories are created.  sure that the object directories are created.
   XENOCARA_OBJDIR defines the default obj directory that is used.
   
   Shadow trees    Shadow trees
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5