Mel Ts
Mel Ts
I think it's still available, because it had been used in production for years, even though it has not been updated for a long time. How to install: ```bash #...
@mimooh Sorry, I leave out one step. ```bash # install boost-python, for debian or ubuntu apt-get install libboost-python-dev # install boost-python, for centos or fedora yum install boost-devel boost-python #...
You may also need clean current working tree by running `git clean -xfd` before you rebuild the module.
Congratulations! > 1. What would it take to support python3? Could you make it perhaps? :) Since the glue layer of this project is depending on the Boost-Python, and Boost-Python...
The recent releases of Ubuntu or Debian contain multiple version of Python. So you may need to change the link flags in `setup.py` manually if the setup script cann't find...
Just update, should be compiled on Python 3.
@djy4713 please see https://github.com/layzerar/recastlib/issues/1#issuecomment-402687318