-
Notifications
You must be signed in to change notification settings - Fork 32
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
I don't know how to compile it yet. What configuration is needed? Cmake compilation prompt is missing opencasacde, vtk, etc. #17
Comments
can you provide more information about what errors you are getting? if you're familiar with Anaconda you might try and install the pre-built SMESH from conda-forge https://anaconda.org/conda-forge/smesh |
Hello, I downloaded your SALOME source code, and I used cmake to compile. After I clicked on config, I was prompted that some libraries are missing. Can't your project be compiled with cmake? Or do some libraries that I need to configure myself? Thank you Here are my tips for compiling with cmake3.12: Could not find a package configuration file provided by "OpenCASCADE" with
Add the installation prefix of "OpenCASCADE" to CMAKE_PREFIX_PATH or set |
if you are using a conda environment, try installing OpenCASCADE (and other dependencies) with something like If you are not using conda, then you will need to provide the dependencies manually, such as paths to include and library directories |
I understand, thank you for your guidance ! |
ok great. i'll go ahead and close the issue then. |
I have install smesh via 'conda install -c conda-forge smesh', but I still can't import smesh module, and I also find that the file library of smesh only have two files named 'info' and 'Library', It's not a python file? |
@weiweiisok if you're looking for python bindings try https://github.com/trelau/pySMESH. this repo is the c++ library |
hi |
I don't know how to compile it yet. What configuration is needed? Cmake compilation prompt is missing opencasacde, vtk, etc.
The text was updated successfully, but these errors were encountered: