Skip to content

Nemerle build process (for Nemerle developers)

VladD2 edited this page Dec 25, 2017 · 5 revisions
  1. 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.
  2. Uninstall Nemerle if it was installed from msi installer (Control Panel\Programs\Programs and Features).
  3. Uninstall Nemerle VS integration plugin if it was by previous build process (menu Tools\Extensions and Updates).
  4. 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).
  5. 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.
Clone this wiki locally