Compiling google libphonenumber for Javascript



我已经按照这里的说明做了:https://github.com/googlei18n/libphonenumber/tree/master/javascript

然而,我在这一行遇到了麻烦:

构建闭包的编译器。jar: ant -f ~/src/Closure -compiler/Build .xml

在我使用git克隆的闭包编译器文件中没有build.xml

帮助吗?

他们最近改用Maven。Ant似乎不再被支持。请参阅https://github.com/google/closure-compiler

"自己构建"下的说明。

您也可以直接从该页下载最新版本的编译器,而不需要使用ant或maven进行构建。

如果你正在为web编译它,我也可能建议你使用一个精简的纯javascript替代方案,它小于100 KB(因为它是一个web浏览器):

https://github.com/halt-hammerzeit/libphonenumber-js

相关内容

  • 没有找到相关文章