-
I try to build the llvm preset from source. I run "mvn clean package -Djavacpp.platform=linux-x86_64" in the root directory but the "llvm-linux-x86_64.jar" is empty (only contains the "META-INF" folder). If I run the same command in the "platform" directory I get the same result. What are the correct commands to built the platform specific jars? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
That should work, yes. You might just be using some buggy version of the JDK and/or Maven. |
Beta Was this translation helpful? Give feedback.
That should work, yes. You might just be using some buggy version of the JDK and/or Maven.
Please try to upgrade everything to the latest versions.