简体   繁体   中英

How to edit user-config.jam for Boost and gcc in Windows 10?

I'm trying to install Boost Python. The OS is Windows 10. The compiler is gcc. How do you edit the user-config.jam file?

Please give any suggestion :)

I am using gcc on Windows 7. My user-config.jam simply looks like this:

using gcc ;
using python : 3.6 : "C:/Program Files/Python36" : "C:/Program Files/Python36/include" : "C:/Program Files/Python36/libs" ;

The rest are comment lines.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM