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 1 commit
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
7 changes: 6 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,11 @@ 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 it's build process. if
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's is a conjunction. You want its.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 will tweak

you build as an unpriviledged user and then install as an
administrator cargo will rebuild remacs. Make sure you have the
right nightly version installed for both users.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe mention rust-toolchain as the source of that version?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hm, not sure how elaborate to be here,
should i just mention rustc or refer it?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about

"Make sure you have the right nightly version as found in the rust-toolchain file."

Or something like that.

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