Skip to content

Build step in readme does not build python binding #17

@wenxuanou

Description

@wenxuanou

In the original build step, the command cmake . --target build will do nothing anything after cmake . -B build, and will not build the python binding. Besides, cmake . -B build will create the build folder automatically and there is no need to manually create the folder.

The correct building commands should be:

git clone https://github.com/javedulu/ad-xolib.git
cd ad-xolib
git submodule update --init --recursive
cmake . -B build
cmake --build build

Please check.

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