-
Notifications
You must be signed in to change notification settings - Fork 22
How to build LunarGLASS #65
Comments
The README does show some uses of cmake for Linux. You would need to install it, and execute it similarly to that. It is a widely used cross-platform build tool, so there is a lot more information about it out there. |
Thank you very much! I don't know if it's a problem with my fold location.My folds location is as follow: ~/Downloads/LunarGLASS/ |
I am sorry to bother you. However, I encountered a new problem yesterday. When I run make in ~/LunarGLASS/build/ , I get another errors: |
This is possible as (I believe) no one has been making sure that this project builds with the latest glslang. One suggestion would be using an older version of glslang consistent with the other files of this project. |
|
I used the glslangValidator -v command in terminal. |
ok,I finished the compile,but when linking this program I get a new error : |
Which commit of glslang do you have checked out? |
Just like ReadMe.md. |
Up to now,the last error is my system can't find a dynamic libiary, which is named as glslangFrontend.so. And when I build LunarGLASS project at LunarGLASS/build/ folder,use the make commend.Then ld told me:can not find -lglslangFrontend. |
Are you intentionally using dynamic libraries? I wonder is static linking works better, at least to start with. |
I encountered some problems when I build LunarGLASS. Could you please help me ? [ 87%] Linking CXX static library libcore.a [100%] Linking CXX executable LunarGOO |
I have just successfully installed LLVM and glslang, but I don't know how to use cmake to build LunarGLASS.
As the Readme.md
Building LunarGLASS (the LunarGOO standalone tool)
By default, this builds a command-line tool that translates GLSL -> LunarGLASS -> GLSL.
Use CMake, building in the directory PathOfYourChoice/LunarGLASS/build
How should I make instructions on the Linux terminal?
Thank you very much!
The text was updated successfully, but these errors were encountered: