@@ -30,7 +30,7 @@ slimmer. Some obsolete or outdated modules and tools have been moved to the
30
30
31
31
## Getting started
32
32
33
- Recommended operating system: Windows 10 or Ubuntu 20 .04.
33
+ Recommended operating system: Windows 10 or Ubuntu 22 .04.
34
34
35
35
### Building on Windows
36
36
@@ -40,8 +40,8 @@ Download and install [Visual Studio][vs] with the following "workloads" and
40
40
- The ".NET desktop development" and "Desktop development with C++" workloads.
41
41
- The ".NET Portable Library targeting pack" individual component.
42
42
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.
45
45
46
46
### Building on Linux
47
47
@@ -51,13 +51,15 @@ Install g++, cmake, and libssl-dev. For example, on Ubuntu, simply run
51
51
sudo apt update && sudo apt install g++ cmake libssl-dev
52
52
```
53
53
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:
55
57
56
58
``` shell
57
59
bash tools/build.sh
58
60
```
59
61
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.
61
63
62
64
### Using the built packages
63
65
@@ -121,6 +123,6 @@ Links
121
123
122
124
[ dotnet-download ] : https://dotnet.microsoft.com/
123
125
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
125
127
126
128
[ license ] : LICENSE.md
0 commit comments