Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
timothe
duniter
Commits
4ada0d1f
Commit
4ada0d1f
authored
Oct 30, 2018
by
Cédric Moreau
Browse files
[enh] Build release: leveldown is an addon and must be compiled
parent
c9892e6d
Changes
2
Show whitespace changes
Inline
Side-by-side
release/arch/linux/build-lin.sh
View file @
4ada0d1f
...
...
@@ -193,6 +193,7 @@ node-pre-gyp --runtime=node-webkit --target=$NW_VERSION configure \
cd
"
${
RELEASES
}
/desktop_/node_modules/"
nw_compile wotb nw_copy
nw_compile naclb nw_copy
nw_compile leveldown nw_copy
nw_compile scryptb nw_copy
nw_compile sqlite3 nw_copy_node
...
...
release/arch/windows/build.bat
View file @
4ada0d1f
...
...
@@ -91,6 +91,11 @@ call npm install --build-from-source
call
node
-pre-gyp --runtime
=
node
-webkit --target
=
%NW_VERSION%
--msvs
_version
=
2015
configure
call
node
-pre-gyp --runtime
=
node
-webkit --target
=
%NW_VERSION%
--msvs
_version
=
2015
build
copy
%cd%
\lib\binding\Release\node
-webkit
-
%NW_RELEASE%
-win
32
-x
64
\naclb.node
%cd%
\lib\binding\Release\node
-v
%ADDON_VERSION%
-win
32
-x
64
\naclb.node
/Y
cd
../leveldown
call
npm
install
--build-from-source
call
node
-pre-gyp --runtime
=
node
-webkit --target
=
%NW_VERSION%
--msvs
_version
=
2015
configure
call
node
-pre-gyp --runtime
=
node
-webkit --target
=
%NW_VERSION%
--msvs
_version
=
2015
build
copy
%cd%
\lib\binding\Release\node
-webkit
-
%NW_RELEASE%
-win
32
-x
64
\leveldown.node
%cd%
\lib\binding\Release\node
-v
%ADDON_VERSION%
-win
32
-x
64
\leveldown.node
/Y
cd
../scryptb
call
npm
install
--build-from-source
call
node
-pre-gyp --runtime
=
node
-webkit --target
=
%NW_VERSION%
--msvs
_version
=
2015
configure
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment