-
Notifications
You must be signed in to change notification settings - Fork 2
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
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
SPCoder can be run or built on a Windows machine with .NET Framework 4.7 or higher installed.