I have cloned the git repo from https://github.com/h2oai/datatable on my linux machine. How do I build datatable from the cloned copy saved on my local machine? Thanks.
Asked
Active
Viewed 33 times
0
-
I managed to install it after going through the instructions in the following link https://datatable.readthedocs.io/en/latest/start/install.html – PKrish Aug 28 '20 at 21:03
1 Answers
0
Let us help the community as following way;
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

Fatih Şennik
- 1,295
- 5
- 12