|
||||||
|
||||||
How To Compile
There are basically three ways to compile your boo code:
booc utilitybooc -r:System.Windows.Forms -out:build/HelloForms.exe examples/helloforms.boo booc -t:library -out:build/MyLibrary.dll alibrary.boo Command line arguments
booc -r:Utilities.dll MyProgram.boo
booc -o:SpongeBob.exe MyProgram.boo will create an .exe file named SpongeBob.exe instead of MyProgram.exe
Boo.Lang.Compiler APIRunning & Compiling boo programs that use Mono or GTK# on WindowsHere are instructions for running and compiling boo scripts that use Mono-only assemblies (such as Mono.GetOptions.dll or gtk-sharp.dll) on a Windows machine. I'm assuming you are already familiar with using the Windows command prompt (the open command here XP powertoy is helpful).
Distributing Your Boo App or Library, Merging Boo.Lang.dllPretty much any application or dll library you compile in boo will depend on the Boo.Lang.dll. You need to include that dll with your application or library when distributing it. You can use a tool called ILMerge to combine the Boo.Lang.dll into your exe or dll. See Merge Boo.Lang.dll into your exe or dll. |
||||||
|
Copyright 2003-2006 - The Codehaus. All rights reserved unless otherwise noted.
Powered by Atlassian Confluence
|
||||||