-
Notifications
You must be signed in to change notification settings - Fork 89
Nemerle build process (for Nemerle developers)
VladD2 edited this page Dec 25, 2017
·
5 revisions
- Clone the Nemerle repo from https://github.com/rsdn/nemerle and update submodules (git submodule update --init). We recommends use GitExtentions (http://sourceforge.net/projects/gitextensions) for work with GIT. Use the shortest root path. For example: С:\Projects\Nemerle. Long root path can lead to fail of building process.
- Uninstall Nemerle if it was installed from msi installer (Control Panel\Programs\Programs and Features).
- Uninstall Nemerle VS integration plugin if it was by previous build process (menu Tools\Extensions and Updates).
- Open "Developer Command Prompt for VS 201?" (from Windows Start menu) with Administrator rights (choice "Run as Administrator" in a context menu). Or open console (cmd.exe) or some file manager like Total Commander or Far and make sure that the VS150COMNTOOLS environment variable is set (point to <>\Common7\Tools).
- Run DevBuildQuick-VS201?.cmd (with Administrator rights) where ? is version (year) of Visual Studio installed on this computer. If you have multiple versions of VS installed select the highest version. You cannot build VS plugin for older versions.