Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 4 additions & 16 deletions dcompiler.dd
Original file line number Diff line number Diff line change
Expand Up @@ -85,28 +85,16 @@ C:\>unzip dmc.zip

$(INSTALLATION_SCRIPT_HINT)

$(LI Unzip the archive into your home directory.
It will create
a $(D ~/dmd) directory with all the files in it.

All the tools are command line tools, which means
they are run from a console window.)

$(LI Copy $(D $(DMD_CONF)) to $(D /etc):

$(CONSOLE
cp $(DMDDIR)/linux/bin/$(DMD_CONF) /etc
)
)

$(LI Put $(D $(DMDDIR)/linux/bin) on your $(B PATH),
or copy the linux executables
to $(D /usr/local/bin))

$(LI Copy the library to $(D /usr/lib):

$(LI All tools can be run directly from the archive:
$(CONSOLE
cp $(DMDDIR)/linux/lib/$(LIB) /usr/lib
~/dmd/linux/bin64/dmd
)
To install $(D dmd) globally, add this bin folder to your $(B PATH).
)
)
$(FREEBSD
Expand Down