简体   繁体   中英

Emacs build process on Windows 7

I'm wondering if anyone could possibly walk me through the build process for a program after having used emacs to write the code. This is for C++ and windows 7. If I could be pointed towards a decent tutorial that would achieve the same result, that would be great as well. I've been looking around for awhile now and haven't found anything that helps. Thanks a lot.

I know this is an old question and surely you've moved on.

Even so I'm going to respond in case someone else is wondering the same thing.

emacs on windows isn't special. Emacs is just the same as it is on any other platform, and Windows C/C++ compilers work much the same as C/C++ compilers on other operating systems.

To build on emacs, regardless of platform. you can use Mx compile . You then get to specify the compile command. On Windows, this could be a cl.exe command, or an nmake.exe command, or msbuild.exe or... csc.exe for C# code, or you choose.

For various buffers and modes, I run jshint, or csslint, or javac, or nmake.

There's also a smarter-compile module which I use, which can generate a suggested compile command, in an intelligent manner. IT works on Mac or Windows or Linux; Windows7 isn't special.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM