Skip to content

Renaming step of Windows build instructionsΒ #232

@omgitsraven

Description

@omgitsraven

I'm running the experimental Windows build steps, but several things have updated since they were written; I've managed to adapt most of the steps for the new filenames, but there's one step that I'm not sure how to handle.

After compiling boost, I have to "Rename the generated library to something that cmake will find", with this command:
mv libboost_python-mgw63-mt-1_63.a libboost_python3-mt.a

but there are four .a files in my stage/lib directory:

libboost_python38-mgw10-mt-d-x32-1_75.a
libboost_python38-mgw10-mt-d-x64-1_75.a
libboost_python38-mgw10-mt-x32-1_75.a
libboost_python38-mgw10-mt-x64-1_75.a

and I don't know which one of these corresponds to libboost_python-mgw63-mt-1_63.a.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions