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.
我正在尝试安装 Boost Python。操作系统是 Windows 10。编译器是 gcc。如何编辑 user-config.jam 文件?
请给任何建议:)
我在 Windows 7 上使用 gcc。我的 user-config.jam 看起来像这样:
using gcc ; using python : 3.6 : "C:/Program Files/Python36" : "C:/Program Files/Python36/include" : "C:/Program Files/Python36/libs" ;
其余的是注释行。