mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Dont build NodeJS on windows
It only builds with one version of Visual Studio. Typical web tech.
This commit is contained in:
parent
87f3a5808e
commit
7e8a5cf449
@ -446,8 +446,8 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"name": "nodejs",
|
"name": "nodejs",
|
||||||
"comment": "Needed for Qt WebEngine",
|
"comment": "Needed for building Qt WebEngine",
|
||||||
"os": "macos,windows",
|
"os": "macos",
|
||||||
"unix": {
|
"unix": {
|
||||||
"filename": "nodejs-src.tar.gz",
|
"filename": "nodejs-src.tar.gz",
|
||||||
"hash": "sha256:394991ab9c259a68b0a72735d2fcee957a9c78138bf8d9e02cf8c04f6be5c673",
|
"hash": "sha256:394991ab9c259a68b0a72735d2fcee957a9c78138bf8d9e02cf8c04f6be5c673",
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Requires installation of Visual Studio 2019 Community Edition, WiX Toolset, Git, Ruby, Python (2 and 3) and Perl
|
# Requires installation of Visual Studio 2019 Community Edition, WiX Toolset, Git, Ruby, NodeJS, Python (2 and 3) and Perl
|
||||||
# git.exe must be in PATH. Must have ~120GB available disk space and 8GB RAM
|
# git.exe must be in PATH. Must have ~120GB available disk space and 8GB RAM
|
||||||
# Install certifi in python 3 with:
|
# Install certifi in python 3 with:
|
||||||
# py.exe -m pip install certifi
|
# py.exe -m pip install certifi
|
||||||
@ -13,4 +13,5 @@ python 'py.exe'
|
|||||||
python2 'C:/Python27/python.exe'
|
python2 'C:/Python27/python.exe'
|
||||||
perl 'C:/Strawberry/perl/bin/perl.exe'
|
perl 'C:/Strawberry/perl/bin/perl.exe'
|
||||||
ruby 'C:/Ruby30-x64/bin/ruby.exe'
|
ruby 'C:/Ruby30-x64/bin/ruby.exe'
|
||||||
|
nodejs 'C:/nodejs/node.exe'
|
||||||
mesa 'C:/mesa'
|
mesa 'C:/mesa'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user