Changeset 2002

Show
Ignore:
Timestamp:
09/14/10 03:23:31 (2 years ago)
Author:
walter
Message:

remove instructions for setting file attributes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docsrc/dcompiler.dd

    r1824 r2002  
    215215    ) 
    216216 
    217     $(LI Give execute permission to the following files: 
    218  
    219 $(CONSOLE 
    220 chmod u+x $(DMDDIR)/linux/bin/{dmd,$(DUMPOBJ),$(OBJ2ASM),rdmd} 
    221 ) 
    222     ) 
    223  
    224217    $(LI Put $(TT $(DMDDIR)/linux/bin) on your $(B PATH), 
    225218    or copy the linux executables 
     
    247240    ) 
    248241 
    249     $(LI Give execute permission to the following files: 
    250  
    251 $(CONSOLE 
    252 chmod u+x $(DMDDIR)/freebsd/bin/{dmd,$(DUMPOBJ),$(OBJ2ASM),rdmd} 
    253 ) 
    254     ) 
    255  
    256242    $(LI Put $(TT $(DMDDIR)/freebsd/bin) on your $(B PATH), 
    257243    or copy the FreeBSD executables 
     
    279265    All the tools are command line tools, which means 
    280266    they are run from a console window.) 
    281  
    282     $(LI Give execute permission to the binaries: 
    283  
    284 $(CONSOLE 
    285 chmod u+x $(DMDDIR)/osx/bin/{dmd,$(DUMPOBJ),$(OBJ2ASM),$(SHELL)$(V2 ,rdmd)} 
    286 ) 
    287     ) 
    288267 
    289268    $(LI Verify that this works by creating $(TT hello.d) in your home directory 
     
    314293sudo cp $(DMDDIR)/osx/bin/{dmd,$(DUMPOBJ),$(OBJ2ASM),$(SHELL)$(V2 ,rdmd)} /usr/local/bin 
    315294sudo cp $(DMDDIR)/osx/bin/dmdx.conf /usr/local/bin/$(DMD_CONF) 
    316 sudo chmod +x /usr/local/bin/{dmd,$(DUMPOBJ),$(OBJ2ASM),$(SHELL)$(V2 ,rdmd)} 
    317295) 
    318296    ) 
     
    10421020    Follow these steps:) 
    10431021 
     1022$(WINDOWS 
     1023$(CONSOLE 
     1024cd $(DMDDIR)\src\dmd 
     1025make -f win32.mak 
     1026) 
     1027) 
     1028$(UNIX 
    10441029$(CONSOLE 
    10451030cd ~/$(DMDDIR)/src/dmd 
    10461031make -f $(OS).mak 
    10471032) 
     1033) 
    10481034 
    10491035<h2>$(LNAME2 compiling_phobos, Compiling Phobos)</h2> 
     
    10541040$(V1 
    10551041$(WINDOWS 
    1056 cd \$(DMDDIR)\src\phobos 
    1057 make -f $(OS).mak DMD=~\$(DMDDIR)\$(OS)\bin\dmd 
     1042$(CONSOLE 
     1043cd $(DMDDIR)\src\phobos 
     1044make -f win32.mak DMD=$(DMDDIR)\$(OS)\bin\dmd 
     1045
    10581046) 
    10591047$(UNIX 
     
    10661054$(V2 
    10671055$(WINDOWS 
    1068 cd \$(DMDDIR)\src\druntime 
    1069 make -f $(OS).mak DMD=~\$(DMDDIR)\$(OS)\bin\dmd 
     1056$(CONSOLE 
     1057cd $(DMDDIR)\src\druntime 
     1058make -f win32.mak DMD=$(DMDDIR)\$(OS)\bin\dmd 
    10701059cd ..\phobos 
    1071 make -f $(OS).mak DMD=~\$(DMDDIR)\$(OS)\bin\dmd 
     1060make -f win32.mak DMD=$(DMDDIR)\$(OS)\bin\dmd 
     1061
    10721062) 
    10731063$(UNIX