8000 Update CONTRIBUTING.md for Mac build instructions and dotnet 3.0 to 3.1 by jeffhostetler · Pull Request #480 · microsoft/scalar · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update CONTRIBUTING.md for Mac build instructions and dotnet 3.0 to 3.1 #480

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ If you'd like to build your own Scalar Windows installer:
* .NET Core cross-platform development
* Include the following additional components:
* .NET Core runtime
* Install the .NET Core 3.0 SDK (https://dotnet.microsoft.com/download/dotnet-core/3.0)
* Install the .NET Core 3.1 SDK (https://dotnet.microsoft.com/download/dotnet-core/3.1)
* Clone using `git clone https://github.com/microsoft/scalar scalar/src`. The `src` directory
will be the "repo root" and some sibling directories are created in the build process.
* Run `Scripts\BuildScalarForWindows.bat`
Expand All @@ -51,8 +51,8 @@ Be sure to also install the latest Git for Windows installer at `<repo root>\..\

* Install [Visual Studio for Mac ](https://visualstudio.microsoft.com/vs/mac). (This will also install the `dotnet` CLI).

* If you still do not have the `dotnet` cli `>= v3.0` installed, then
[manually install it](https://dotnet.microsoft.com/download/dotnet-core/3.0).
* If you still do not have the `dotnet` cli `>= v3.1` installed, then
[manually install it](https://dotnet.microsoft.com/download/dotnet-core/3.1).
You can check what version you have with `dotnet --version`.

* Clone using `git clone https://github.com/microsoft/scalar scalar/src`. The `src` directory
Expand All @@ -63,8 +63,7 @@ Be sure to also install the latest Git for Windows installer at `<repo root>\..\
```
cd Scripts/Mac
./BuildScalarForMac.sh
./CreateScalarDistribution.sh
cd ../../../out/Scalar.Distribution.Mac/dist/(Debug|Release)/
7409 cd ../../../out/Scalar.Installer.Mac/dist/(Debug|Release)/
./InstallScalar.sh
```

Expand Down
8 changes: 0 additions & 8 deletions Scripts/Mac/CreateScalarDistribution.sh

This file was deleted.

0