-
Notifications
You must be signed in to change notification settings - Fork 5
Compiling
grendello edited this page Sep 14, 2010
·
1 revision
CaptainHook can be built with Visual Studio on Windows or with MonoDevelop or from the command line on Linux/Unix.
Compiling with MonoDevelop is as trivial as it can be – open the CaptainHook solution and press F8
to compile all the projects.
Compiling from the command line on Linux can be done in one of two ways:
- If you have xbuild installed, issue the following command while in CaptainHook’s top level source directory:
xbuild
- If you have MonoDevelop installed, issue the following command:
mdtool build
If everything goes well, the Web/bin/
directory will contain the following files:
CaptainHook.GitHub.dll CaptainHook.GitHub.dll.mdb CaptainHook.Web.dll CaptainHook.Web.dll.mdb