mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-01-28 08:58:35 +01:00
Merge pull request #123 from botanicvelious/patch-2
add notice about powershell
This commit is contained in:
commit
64399fb8d5
@ -3,6 +3,10 @@ title: Windows
|
|||||||
weight: 20
|
weight: 20
|
||||||
---
|
---
|
||||||
|
|
||||||
|
{{% notice note %}}
|
||||||
|
The command line commands here must be run in git-bash not command prompt or you will get syntax errors.
|
||||||
|
{{% /notice %}}
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
### C++ build environment
|
### C++ build environment
|
||||||
@ -51,6 +55,7 @@ You can download 15.02 of the LLVM binaries here: [64-bit](https://github.com/ll
|
|||||||
git clone https://github.com/rustdesk/rustdesk
|
git clone https://github.com/rustdesk/rustdesk
|
||||||
cd rustdesk
|
cd rustdesk
|
||||||
mkdir -p target/debug
|
mkdir -p target/debug
|
||||||
|
Invoke-WebRequest -URI https://raw.githubusercontent.com/c-smile/sciter-sdk/master/bin.win/x64/sciter.dll -OutFile ./sciter.dll
|
||||||
mv sciter.dll target/debug
|
mv sciter.dll target/debug
|
||||||
cargo run
|
cargo run
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user