Skip to content

Commit

Permalink
Adapt install instructions for OS X El Capitan
Browse files Browse the repository at this point in the history
In El Capitan /usr/lib is not writable while /usr/lib/local is.
  • Loading branch information
jacob-carlborg committed May 8, 2016
1 parent 09e7640 commit e9d0088
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dcompiler.dd
Expand Up @@ -171,7 +171,7 @@ $(H2 $(LNAME2 files, Files))
)

$(DT $(D $(DMDDIR)/osx/lib/$(LIB))
$(DD D runtime library (copy to $(D /usr/lib/$(LIB))))
$(DD D runtime library (copy to $(D /usr/local/lib/$(LIB))))
)
)

Expand Down Expand Up @@ -296,10 +296,10 @@ sudo cp $(DMDDIR)/osx/bin/dmdx.conf /usr/local/bin/$(DMD_CONF)
)
)

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

$(CONSOLE
sudo cp $(DMDDIR)/osx/lib/$(LIB) /usr/lib
sudo cp $(DMDDIR)/osx/lib/$(LIB) /usr/local/lib
)
)
)
Expand Down

0 comments on commit e9d0088

Please sign in to comment.