mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-07-08 00:05:00 +00:00
Add info to README to help with a possible Windows compilation issue
This commit is contained in:
parent
3672c6919c
commit
d1c392b085
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ A good starting point for learning about the code structure and architecture is
|
|||
|
||||
### Web client
|
||||
|
||||
This is the primary means of running and developing the project. You may need to download and install a recent version of [Rust](https://www.rust-lang.org/) and [Node.js](https://nodejs.org/).
|
||||
This is the primary means of running and developing the project. You may need to download and install a recent version of [Node.js](https://nodejs.org/) and [Rust](https://www.rust-lang.org/) (on Windows, this requires the MSVC toolchain properly configured with the Visual Studio Build Tools installed on your machine including the "Desktop development with C++" workload).
|
||||
|
||||
```
|
||||
npm run serve
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue