mirror of https://github.com/jetkvm/kvm.git
Compare commits
2 Commits
e5a5cd758d
...
9daf463fab
| Author | SHA1 | Date |
|---|---|---|
|
|
9daf463fab | |
|
|
15b8754589 |
|
|
@ -301,13 +301,13 @@ Or if you want to manually create the symlink use:
|
||||||
# linux
|
# linux
|
||||||
cd internal/native/cgo
|
cd internal/native/cgo
|
||||||
rm ui
|
rm ui
|
||||||
ln -s ui ../eez/src/ui
|
ln -s ../eez/src/ui ui
|
||||||
```
|
```
|
||||||
```dos
|
```dos
|
||||||
rem Windows
|
rem Windows
|
||||||
cd internal/native/cgo
|
cd internal/native/cgo
|
||||||
del ui
|
del ui
|
||||||
mklink /d ui ../eez/src/ui
|
mklink /d ui ..\eez\src\ui
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue