juniorxsound / ReTouch

🎬 An OpenGL application for editing and retouching images using depth-maps in 2.5D
GNU Lesser General Public License v2.1
73 stars 12 forks source link

Error on MacOS #6

Open dlwnsgud0819 opened 6 years ago

dlwnsgud0819 commented 6 years ago

I ran binary at Release on MacOS, but I got error: dyld: Library not loaded: @rpath/libnanogui.dylib Referenced from: /Users/**/Downloads/ReTouch_v0.0.1_macOS/build/./ReTouch Reason: image not found Abort trap: 6

vade commented 6 years ago

Try $ install_name_tool ReTouch -change @rpath/libnanogui.dylib @executable_path/ext/nanogui/libnanogui.dylib