Skip to content

Commit

Permalink
Update to note Visual Studio is not required.
Browse files Browse the repository at this point in the history
  • Loading branch information
gfs authored and gfs committed May 2, 2019
1 parent aa13bb5 commit d965f18
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

### CLI + GUI:
- .NET Core SDK 2.2.105 or better* (https://dotnet.microsoft.com/download)
- Visual Studio 2017 or 2019
- GitVersioning (see below)

### GUI:
Expand All @@ -14,8 +13,7 @@

## Installing Pre-requisites

## .NET Core SDK

## .NET Core SDK - Note for Visual Studio Users
If you are using Visual Studio 2017, you must use the latest release that explicitly supports Visual Studio 2017. It appears that releases in the 2.2.1* series are okay, but after 2.2.202 they stop being compatible.

If you are using Visual Studio 2019, use the latest release.
Expand All @@ -28,8 +26,8 @@ In the `Tools` directory run ```dotnet tool install ElectronNET.CLI -g --version

## Building

### CLI:
Run these commands in the CLI directory.
### CLI/Slim GUI:
Run these commands in the CLI/GUI directory.

#### Building a Debug version

Expand All @@ -56,7 +54,7 @@ Linux/Mac
make release
```

### GUI
### GUI (Electron Packaged)

Run the following commands in the GUI directory.

Expand Down

0 comments on commit d965f18

Please sign in to comment.