mirror of
https://github.com/laurent22/joplin.git
synced 2025-02-04 19:16:07 +02:00
Doc: Updated build instructions for Windows
This commit is contained in:
parent
21f0b90f48
commit
bab3a12e92
2
BUILD.md
2
BUILD.md
@ -59,6 +59,8 @@ If node-gyp does not works (MSBUILD: error MSB3428: Could not load the Visual C+
|
|||||||
|
|
||||||
If `yarn dist` fails, it may need administrative rights.
|
If `yarn dist` fails, it may need administrative rights.
|
||||||
|
|
||||||
|
If you get an `error MSB8020: The build tools for v140 cannot be found.` try to run with a different toolset version, eg `npm install --toolset=v141` (See [here](https://github.com/mapbox/node-sqlite3/issues/1124) for more info).
|
||||||
|
|
||||||
The [building\_win32\_tips on this page](./readme/building_win32_tips.md) might be helpful.
|
The [building\_win32\_tips on this page](./readme/building_win32_tips.md) might be helpful.
|
||||||
|
|
||||||
# Building the Mobile application
|
# Building the Mobile application
|
||||||
|
3
ElectronClient/package-lock.json
generated
Normal file
3
ElectronClient/package-lock.json
generated
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"lockfileVersion": 1
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user