Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changes between Version 33 and Version 34 of ManualLinuxInstall

Show
Ignore:
Author:
mwarning (IP: 78.94.224.95)
Timestamp:
08/19/11 22:23:23 (13 years ago)
Comment:

add -p

Legend:

Unmodified
Added
Removed
Modified
  • ManualLinuxInstall

    v33 v34  
    1010wget http://ftp.digitalmars.com/dmd.1.068.zip 
    1111unzip dmd.1*.zip 
    12 mkdir /opt/dmd 
    13 mkdir /opt/dmd/bin 
     12mkdir -p /opt/dmd/bin 
    1413cp -r dmd/linux/bin64/* /opt/dmd/bin 
    1514chmod a+x /opt/dmd/bin/dmd