Skip to content

Commit

Permalink
Update README.md with instructions for building on Non-Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-lf authored Mar 6, 2024
1 parent ee843a4 commit 7b82d18
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,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}
git clone [email protected]:snowflakedb/snowflake-connector-net snowflake-connector-net
Expand All @@ -44,9 +46,16 @@ cd snowflake-connector-net
nuget restore
```

3. Build the solution file
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 7b82d18

Please sign in to comment.