Skip to content

Commit

Permalink
SNOW-825595: Update setup instruction for non-Windows environment (#885)
Browse files Browse the repository at this point in the history
### Description
Update README.md with instructions for building on Non-Windows

### Checklist
- [ ] Code compiles correctly
- [ ] Code is formatted according to [Coding
Conventions](../CodingConventions.md)
- [ ] Created tests which fail without the change (if possible)
- [ ] All tests passing (`dotnet test`)
- [ ] Extended the README / documentation, if necessary
- [ ] Provide JIRA issue id (if possible) or GitHub issue id in PR name
  • Loading branch information
sfc-gh-ext-simba-lf committed Mar 19, 2024
1 parent 4d85588 commit a25f8c5
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ This project is developed under Visual Studio 2017. Earlier versions of Visual S

## Steps

Prerequisites: Install dotnet, git, nuget, and mono (Only on Mac)

1. Check out the source code from GitHub:

```{r, engine='bash', code_block_name}
Expand All @@ -41,9 +43,15 @@ nuget restore
```

3. Build the solution file

- To build the connector only:
```{r, engine='bash', code_block_name}
msbuild snowflake-connector-net.sln /p:Configuration=Release
cd Snowflake.Data
dotnet build --configuration Release
```
- To build the connector and test project:
```
Add a parameters.json file to Snowflake.Data.Tests
dotnet build
```

# Installing the Package
Expand Down

0 comments on commit a25f8c5

Please sign in to comment.