0

我已经从我的 linux 机器上的https://github.com/h2oai/datatable克隆了 git repo。如何从本地计算机上保存的克隆副本构建数据表?谢谢。

4

1 回答 1

0

让我们通过以下方式帮助社区;

git clone https://github.com/your_user_name/datatable
cd datatable
# build a "production mode" datatable
make build
# build datatable in "debug" mode, without optimizations and with
# internal asserts enabled
make debug
于 2020-08-29T23:03:20.307 回答