From 187f3afa1fdd2d89d630492647dcb54192833c88 Mon Sep 17 00:00:00 2001 From: Levi Lesches Date: Sat, 22 Jul 2023 22:43:16 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e0aa95..9d6a127 100644 --- a/README.md +++ b/README.md @@ -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