Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经从我的 linux 机器上的https://github.com/h2oai/datatable克隆了 git repo。如何从本地计算机上保存的克隆副本构建数据表?谢谢。
让我们通过以下方式帮助社区;
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