1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-26 16:51:46 -07:00

Making the fact that you must cd to code crystal clear.

Copied from Perforce
 Change: 179395
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Brooksby 2012-09-10 15:43:33 +01:00
parent 29635c0cef
commit cc669d169f

View file

@ -46,8 +46,9 @@ index.
The MPS Kit is distributed in source form. You need to build it before
using it. The basic case is straightforward on supported platforms
(see below). Change to the code directory then
(see below).
cd code
cc -O2 -c mps.c Unix / Mac OS X (with Xcode command line)
cl /O2 /c mps.c Windows (with Microsoft SDK or Visual Studio 2010)