-
Notifications
You must be signed in to change notification settings - Fork 11
Nitra Build process
VladD2 edited this page Jan 29, 2019
·
25 revisions
You should have installed:
- Visual Studio 2017 or higher (any edition).
- Visual Studio SDK (you need enable Visual Studio Extensibility Tools option in VS installer)
Steps:
- Build or install Nemerle. Note: You must have the latest version of Nemerle!
- Clone the Nitra repo from https://github.com/rsdn/nitra. We recommends use GitExtentions (http://sourceforge.net/projects/gitextensions) for work with GIT. Use the shortest root path. Make sure there are no spaces in the path. For example:
С:\Projects\Nitra
. Long root path can lead to fail of building process. - Open "Developer Command Prompt for VS 2017" (from Windows Start menu).
- Run BuildBoot.cmd.
- Open VS as Administrator (with Administrator rights).
- Open and build NitraTools.sln (if you not need IDE plugins to build), Nitra-Stagt1.sln (for full build) or Nitra.sln (for two stage build).
- "Set as StartUp" the "Nitra.Visualizer" project to test some language dll.