Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue #629 followup: instruction on cargo build and install usage #632

Merged
merged 2 commits into from Feb 8, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 7 additions & 1 deletion INSTALL
Expand Up @@ -12,7 +12,7 @@ checkout (rather than a release), also read the file INSTALL.REPO.

BASIC INSTALLATION

On most Unix systems, you build Emacs by first running the 'configure'
On most Unix systems, you build (R)Emacs by first running the 'configure'
shell script. This attempts to deduce the correct values for
various system-dependent variables and features, and find the
directories where certain system headers and libraries are kept.
Expand All @@ -33,6 +33,12 @@ some of the steps manually. The more detailed description in the other
sections of this guide will help you do that, so please refer to those
sections if you need to.

0. Before you start: Remacs uses cargo for its build process. if you
build as an unpriviledged user and then install as an
administrator cargo will rebuild remacs. Make sure you have the
right nightly version, as found in the file './rust-toolchain',
installed for both users.

1. Unpacking the Emacs 25 release requires about 200 MB of free
disk space. Building Emacs uses about another 200 MB of space.
The final installed Emacs uses about 150 MB of disk space.
Expand Down