是否有关于如何在Ubuntu上安装Corda Demobench的说明?
有一个下载部分here,该部分提供了适用于Windows和Mac OS X的安装程序。
有一个有关如何构建linux installer的链接,但我找不到源代码的任何链接
答案 0 :(得分:0)
文档中引用的脚本可以在这里找到:https://github.com/corda/corda/tree/master/tools/demobench。
要构建安装程序,请克隆Corda存储库(git clone https://github.com/corda/corda
)并运行脚本。
答案 1 :(得分:0)
从git克隆Corda:
https://github.com/corda/corda.git
导航到演示台:
cd #directory you cloned#/corda/tools/demobench
运行:
./gradlew tools:demobench:installDist
这将建立demobench。
最后,您可以导航到构建目录:
cd tools/demobench/build/install/demobench
并运行该工具:
bin/demobench