File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
run : |
31
31
git clone https://github.com/virtualsquare/vde-2.git /tmp/vde-2
32
32
cd /tmp/vde-2
33
- # Sep 8 , 2021
34
- git checkout 14e1c9e06f4dbdddc6fe4e85fc72a1d583b049ad
33
+ # Dec 12 , 2021
34
+ git checkout 74278b9b7cf816f0356181f387012fdeb6d65b52
35
35
autoreconf -fis
36
36
./configure --prefix=/opt/vde
37
37
make
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Requires macOS 10.15 or later.
12
12
13
13
### Step 1: Install vde-2 (` vde_switch ` )
14
14
15
- The version of ` vde-2 ` must be [ commit 50964c3f ] ( https://github.com/virtualsquare/vde-2/tree/50964c3f ) (2021-08-31 ) or later.
15
+ The version of ` vde-2 ` must be [ commit 74278b9b ] ( https://github.com/virtualsquare/vde-2/tree/74278b9b ) (2021-12-12 ) or later.
16
16
17
17
The ` --prefix ` dir below does not necessarily need to be ` /opt/vde ` , however, it is highly recommended
18
18
to set the prefix to a directory that can be only written by the root.
You can’t perform that action at this time.
0 commit comments