1

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 :)

A T
  • 23
  • 5

1 Answers1

1

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.

rocketeer
  • 21
  • 5