Export to GitHub

commandproxy - Compiling.wiki


Introduction

This page contains information on how to compile the projects.

Mac

You can compile the code on Mac using the tools included with mono.

cproxy

gmcs cproxy.cs -pkg:dotnet ../core/CommandProxy.cs ../core/ExecCommand.cs ../core/IProxyCommand.cs ../core/ScreenshotCommand.cs

assembly

Windows

You can compile the project on Windows using either mono, or Visual Studio.

cproxy

assembly