I mean, you don't need to really "build" anything, you just need to install the package:
(add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/") t) (package-initialize) M-x package-refresh-contents M-x package-install magit
I mean, you don't need to really "build" anything, you just need to install the package:
What would happen if you did that?