mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
Изменен порядок установки nodehun.
git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/nodeJSProjects@48654 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander.Trofimov
parent
dae24c00b8
commit
8479e23d61
@ -13,10 +13,8 @@ call npm install express || exit /b 1
|
||||
call npm install sockjs || exit /b 1
|
||||
|
||||
call npm install -g node-gyp || exit /b 1
|
||||
call npm install nodehun@0.0.5 || exit /b 1
|
||||
|
||||
COPY sources\nodehun\nodehun.cpp node_modules\nodehun\src\nodehun.cpp
|
||||
COPY sources\nodehun\replist.hxx node_modules\nodehun\src\hunspell\src\hunspell\replist.hxx
|
||||
XCOPY /S nodehun node_modules\nodehun\ /Y
|
||||
|
||||
cd /D node_modules\nodehun\src || exit /b 1
|
||||
call node-gyp configure || exit /b 1
|
||||
|
||||
Reference in New Issue
Block a user