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
Copy file name to clipboardExpand all lines: README.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,19 @@ Apache 2.0 License
10
10
11
11
## Requirements
12
12
13
-
1.Java7 or Higher on OS X
13
+
1.Java11 or Higher on OS X
14
14
2. JNA
15
15
16
16
##Installation
17
17
18
-
1. Add [ObjCBridge.jar](https://github.com/shannah/Java-Objective-C-Bridge/blob/master/dist/ObjCBridge.jar?raw=true) and [jna.jar](https://github.com/shannah/Java-Objective-C-Bridge/blob/master/dist/jna-4.0.0.jar?raw=true) to your classpath.
19
-
2.**Optional** - Add [libjcocoa.dylib](https://github.com/shannah/Java-Objective-C-Bridge/blob/master/dist/libjcocoa.dylib?raw=true) to your library path. It will first check to see if libjcocoa.dylib in in the library path. It is isn't, it will simply extract it to the temp directory and use that one.
18
+
1. Check out the project and use `mvn clean install` (for debug builds) or `mvn clean install -Drelease=true` (for release builds) to build it
19
+
2. include it as a maven depencency in your project:
0 commit comments