Add document for building modmesh #342
Replies: 14 comments
-
Hi @tychuang1211 , I'm trying to build modmesh in Linux terminal. But I'm failed. Would you like to give me some direction of a solution? Error messages
|
Beta Was this translation helpful? Give feedback.
-
Cmake cannot find pybind11. Can you provide more information about your installation of pybind11? |
Beta Was this translation helpful? Give feedback.
-
After I reinstall pybind11, an error disappeared.
|
Beta Was this translation helpful? Give feedback.
-
@yungyuc How 'bout I add the README for build process on intel Mac? |
Beta Was this translation helpful? Give feedback.
-
Sure. But for it to be available in |
Beta Was this translation helpful? Give feedback.
-
@ianlienfa fwiw, I have a (work-in-progress) helper script to build
|
Beta Was this translation helpful? Give feedback.
-
It is not recommended to use python3 setup.py build_ext --cmake-args="-DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=$(which python3)" --make-args="VERBOSE=1" The The |
Beta Was this translation helpful? Give feedback.
-
@yungyuc @tai271828 |
Beta Was this translation helpful? Give feedback.
-
Btw, what does |
Beta Was this translation helpful? Give feedback.
-
Will
|
Beta Was this translation helpful? Give feedback.
-
Great, thanks for the response |
Beta Was this translation helpful? Give feedback.
-
Is anyone interested in the framework of diataxis documentation style, which is officially adopted by Ubuntu? You may refer to this talk of PyCon 2017 or simply search on the internet with |
Beta Was this translation helpful? Give feedback.
-
Please note the build process is in the Github Action CI. So anyone who is interested in how to build, you may refer to the CI yaml.
|
Beta Was this translation helpful? Give feedback.
-
This was an old issue. I converted it to conversation to give it more discussions. |
Beta Was this translation helpful? Give feedback.
-
Adding document may help with the building process.
I'd like to start from "building modmesh on Ubuntu with devenv".
Beta Was this translation helpful? Give feedback.
All reactions