Skip to content

Commit 84f16df

Browse files
committed
Update REAME with Linux instructions
1 parent 5555159 commit 84f16df

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ This assumes that the OpenCV artifacts are located in the FRC maven repository a
55

66
For now, this is just a CLI app with no GUI.
77

8-
_Note: no OpenCV artifacts currently exist on the FRC maven repository. This project will **not** work until they have been deployed._
9-
108
## Supported platforms
119
This currently supports
1210

@@ -16,6 +14,19 @@ This currently supports
1614

1715
ARM is not currently supported.
1816

17+
### Windows notes
18+
19+
This doesn't work on Windows. At all. JNI and native binaries need to be built and the install paths need to be figured out.
20+
21+
### Linux notes
22+
23+
JNI and native bindings will be installed in `/usr/local/lib` and the headers will be installed in `/usr/local/include`. If you don't have write access to these folders, you can run the installer with
24+
25+
`sudo java -Duser.home=$HOME -jar ...`
26+
27+
Make sure that `/usr/local/lib` is on `LD_LIBRARY_PATH` or the JNI bindings won't be loaded by the JVM.
28+
29+
1930
## Command line arguments
2031

2132
Short name | Long name | Description | Argument

0 commit comments

Comments
 (0)