Skip to content

Commit

Permalink
Adding script to can verify that developer system has correct setup (A…
Browse files Browse the repository at this point in the history
…zure#1098)

* Adding script to can verify that developer system has correct setup

* exclude empty paths in PATH from search
  • Loading branch information
fearthecowboy committed May 27, 2016
1 parent f427898 commit f04e04a
Show file tree
Hide file tree
Showing 3 changed files with 762 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ AutoRest can be run on OSX and Unix using Mono or by running Docker container:
## Building AutoRest
AutoRest is developed primarily in C# but generates code for multiple languages. See [this link](Documentation/building-code.md) to build and test AutoRest.

> Hint: There is a powershell script (`verify-settings.ps1`) in the `Tools` folder that can verify that you have the required compilers/tools/libraries installed on your development system before trying to build.
## Hello World
For this version of Hello World, we will use **AutoRest** to generate a client library and use it to call a web service. The trivial web service that just returns a string is defined as follows:
```
Expand Down
Loading

0 comments on commit f04e04a

Please sign in to comment.