无法建立Libre办公室开发环境

时间:2018-03-25 07:50:34

标签: development-environment libreoffice

我正在尝试在Windows 10中设置LoDe,我将它安装在D:/驱动器上。 我正在关注此链接 - https://wiki.documentfoundation.org/Development/lode以及每当我'运行'./setup命令时它冻结在 - Resolving www.nasm.us 虽然我已经检查了./setup --prereqcat README我遇到的所有要求。这是来自Cygwin.bat窗口的文本

[username]@DESKTOP-[no.] /cygdrive/d/Files/Libre_office/lode
$ ./setup
Check directory 'packages' ... : Exist
Check directory 'opt' ... : Exist
Check directory 'ext_tar' ... : Exist
Check directory 'adm' ... : Exist
Check directory 'tb' ... : Exist
git repo '/cygdrive/d/Files/Libre_office/lode/adm/buildbot' exist
ant already installed
junit Already Installed
Check directory '/cygdrive/d/Files/Libre_office/lode/opt/bin' ... : Exist
--2018-03-25 13:09:03--  http://www.nasm.us/pub/nasm/releasebuilds/2.11.06/win32/nasm-2.11.06-win32.zip
Resolving www.nasm.us (www.nasm.us)... 198.137.202.136, 2607:7c80:54:e::136
Connecting to www.nasm.us (www.nasm.us)|198.137.202.136|:80... failed: Connection timed out.
Connecting to www.nasm.us (www.nasm.us)|2607:7c80:54:e::136|:80... failed: Network is unreachable.
/cygdrive/d/Files/Libre_office/lode/bin/utils_Cygwin.sh: line 35: module: parameter null or not set

注意:我的网络运行正常,没有速度波动或任何事情。

1 个答案:

答案 0 :(得分:0)

nasm.us似乎失败了

编辑" lode \ bin \ utils_Cygwin.sh" 取代

local pack_file="nasm-2.11.06-win32.zip"
local pack_dir="nasm-2.11.06"
local http_file="http://www.nasm.us/pub/nasm/releasebuilds/2.11.06/win32/nasm-2.11.06-win32.zip"

local pack_file="nasm-2.12.02-win32.zip"
local pack_dir="nasm-2.12.02"
local http_file="http://mirrors.kodi.tv/build-deps/win32/nasm-2.12.02-win32.zip"