Skip to content

Commit ee9ab2f

Browse files
committed
Update readme
1 parent 85a8e7e commit ee9ab2f

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ slimmer. Some obsolete or outdated modules and tools have been moved to the
3030

3131
## Getting started
3232

33-
Recommended operating system: Windows 10 or Ubuntu 20.04.
33+
Recommended operating system: Windows 10 or Ubuntu 22.04.
3434

3535
### Building on Windows
3636

@@ -40,8 +40,8 @@ Download and install [Visual Studio][vs] with the following "workloads" and
4040
- The ".NET desktop development" and "Desktop development with C++" workloads.
4141
- The ".NET Portable Library targeting pack" individual component.
4242

43-
Open a PowerShell window, run `tools/build.ps1` for building the NuGet packages.
44-
The script has been tested on Windows 10 (21H2) with Visual Studio 2022.
43+
Open a PowerShell window, run `.\tools\build.ps1` for building the NuGet packages.
44+
The script has been tested on Windows 10 (22H2) with Visual Studio 2022.
4545

4646
### Building on Linux
4747

@@ -51,13 +51,15 @@ Install g++, cmake, and libssl-dev. For example, on Ubuntu, simply run
5151
sudo apt update && sudo apt install g++ cmake libssl-dev
5252
```
5353

54-
Install [.NET SDK x64 6.0][dotnet6-on-ubuntu20-04] and run:
54+
Install [.NET SDK x64 6.0][dotnet6-on-linux]. For example, on Ubuntu 22.04, run
55+
`sudo apt update && sudo apt install -y dotnet-sdk-6.0`.
56+
Then, build GraphEngine with the following command:
5557

5658
```shell
5759
bash tools/build.sh
5860
```
5961

60-
The build script has been tested on Ubuntu 20.04 with g++ 9.4.0.
62+
The build script has been tested on Ubuntu 22.04 with g++ 11.4.0.
6163

6264
### Using the built packages
6365

@@ -121,6 +123,6 @@ Links
121123

122124
[dotnet-download]: https://dotnet.microsoft.com/
123125

124-
[dotnet6-on-ubuntu20-04]: https://docs.microsoft.com/en-us/dotnet/core/install/linux-ubuntu#2004
126+
[dotnet6-on-linux]: https://dotnet.microsoft.com/en-us/download/dotnet/6.0
125127

126128
[license]: LICENSE.md

0 commit comments

Comments
 (0)