Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Lesches authored Jul 23, 2023
1 parent ddfd951 commit 187f3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This repository holds our Dart-based implementation of the Video program. In a n

### Setting up FFI

This repository uses Dart's FFI, which means it needs to compile C/C++ code into dynamic libraries, which need to be put in the root of this repository. So far the project only uses [`opencv_ffi`](), which has setup instructions in its repository. The necessary DLL files have already been copied over for testing on Windows devices.
This repository uses Dart's FFI, which means it needs to compile C/C++ code into dynamic libraries, which need to be put in the root of this repository. So far the project only uses [`opencv_ffi`](https://github.com/BinghamtonRover/OpenCV-FFI), which has setup instructions in its repository. The necessary DLL files have already been copied over for testing on Windows devices.

### Running the Dart code

Expand Down

0 comments on commit 187f3af

Please sign in to comment.