Skip to content

Installation

Damjan Tomic edited this page Jul 12, 2020 · 5 revisions

SPCoder application does not need to be installed on a machine. You can download the zip package, unblock it (right click the downloaded zip archive, open Properties and click Unblock button and then OK - as shown on screenshot below), extract its content to a folder (e.g. C:\SPCoder) and run the SPCoder.exe

Unblock

Build from source

You can also build application from source code with following steps:

  • Clone the repo https://github.com/tomdam/spcoder to your local machine
  • Open the src\SPCoder.sln solution in Visual Studio 2017 or higher, build and run it
    • Visual Studio Community version or any paid version will work
    • Make sure to enable getting the dependencies from nuget repository in VS if not already enabled

.NET Framework version

SPCoder can be run or built on a Windows machine with .NET Framework 4.7 or higher installed.