[LinuxCNC/linuxcnc PR#416] fixing configure.ac for python3

未分类 bolang 5个月前 (10-15) 21次浏览

Issue #416 | 状态: 已关闭 | 作者: rene-dev | 创建时间: 2018-03-07

标签: for-discussion-only


Signed-off-by: Rene Hopf


评论 (1)

#1 – rene-dev 于 2018-03-07

work in progress. currently fails to run halcompile. to test it:

sudo apt-get install python3-pip
pip3 install yapps
./autogen.sh && ./configure --with-python=python3 --with-boost-python=boost_python-py35 && make clean && make


原始Issue: https://github.com/LinuxCNC/linuxcnc/pull/416

喜欢 (0)