Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tips for installing esim_py #93

Open
rfww opened this issue Nov 26, 2024 · 0 comments
Open

Tips for installing esim_py #93

rfww opened this issue Nov 26, 2024 · 0 comments

Comments

@rfww
Copy link

rfww commented Nov 26, 2024

  1. pip install pyproject

  2. pip install pybind11 and copy its path into Cmakelists.txt.
    set(pybind11_DIR "xxxx/pybind11/share/cmake/pybind11")
    find_package(pybind11 REQUIRED)

  3. install Eigen3 and copy its path into Cmakelists.txt too.
    set(Eigen3_DIR "xxxx/local/share/eigen3/cmake")
    find_package(Eigen3 REQUIRED)

Hope it useful for your issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant