You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that building librealsense.arr requires more steps than described in this repo:
Install Jave 17+ (Tried 8, 11 but failed)
Use gradle wrapper to obtain gradle folder (Otherwise gradlew will complain: Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain)
Use gradlew assembleRelease to build and obtain librealsense.arr
Hope these things I tried will be helpful for people who want to use this guideline.
The text was updated successfully, but these errors were encountered:
It seems that building librealsense.arr requires more steps than described in this repo:
gradle wrapper
to obtain gradle folder (Otherwise gradlew will complain: Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain)gradlew assembleRelease
to build and obtain librealsense.arrHope these things I tried will be helpful for people who want to use this guideline.
The text was updated successfully, but these errors were encountered: