Skip to content
Jonathan Van der Cruysse edited this page Feb 25, 2015 · 1 revision

Compiling Flame's D# core libraries should be fairly straightforward when using dsc. Flame's build command sequence is (assuming we are in the repository's root directory):

dsc Flame\Flame.dsc.dsproj  
dsc Flame.Compiler\Flame.Compiler.dsc.dsproj  
dsc Flame.Syntax\Flame.Syntax.dsc.dsproj  
dsc Flame.DSharp\Flame.DSharp.dsc.dsproj

Each project has been pre-configured to compile to a .Net assembly and generate XML documentation. They will also request for static methods to be generated in addition to the singleton methods created by D# in order to make using the Flame core libraries from other CLR languages easier, as is the case with dsc and Flame's various back-ends and peripheral libraries.

Clone this wiki locally