From 5ef63cd7e6eb21a0fa6629bd9c13b4fe648b42f6 Mon Sep 17 00:00:00 2001 From: Brendan LE GLAUNEC Date: Fri, 20 May 2016 21:36:48 +0200 Subject: [PATCH] Update README to add future improvement --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f0de86f..77c6c3e 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ To install Cameradar you will need these packages * cmake (`cmake`) * gstreamer1.x (`libgstreamer1.0-dev`) +* ffmpeg (`ffmpeg`) The simplest way would be to follow these steps : @@ -157,6 +158,7 @@ If you have other cool ideas, feel free to share them with me at brendan.leglaun ## Next improvements +- [ ] Add a docker deployment to avoid the current deps hell - [ ] Development of a MySQL cache manager - [ ] Development of a JSON file cache manager - [ ] Development of an XML file cache manager