mlund / spheretree

Sphere-Tree Construction Toolkit (unofficial repository)
http://hdl.handle.net/2262/86786
Other
28 stars 14 forks source link

Add CMake configuration #3

Closed ZhouYixuanRobtic closed 4 hours ago

ZhouYixuanRobtic commented 1 day ago

In case of modern usage. I construct this CMAKE version to compile.

cd spheretree && mkdir build
cd build && cmake ..
make

Anything comments or queries for this cmake-version can be directed to yixuanzhou@sjtu.edu.cn.

All rights are reserved by the original authors under the terms of the LICENSE.

ZhouYixuanRobtic commented 1 day ago

I consider the old auto-tools build system as a part of the original fantastic works. So may we keep it?

ZhouYixuanRobtic commented 1 day ago

Hi mlund,

I've completed all the requested modifications. Could you reconsider my pull request when you have a moment? Let me know if there's anything else you'd like me to adjust.

BTW, I add for SFWhite/Ball.h for using std::cout

ZhouYixuanRobtic commented 1 day ago

Hi mlund,

I've completed the requested modifications. Let me know if there's anything else you'd like me to adjust.

ZhouYixuanRobtic commented 14 hours ago

Hi mlund,

I've completed the requested modifications. Let me know if there's anything else you'd like me to adjust.

mlund commented 4 hours ago

Thanks for all the work you put into this, will merge now :-)