From 28f8e0ea9de5d117f51b643e00017a4307700104 Mon Sep 17 00:00:00 2001 From: HankG Date: Sun, 22 Jan 2023 01:31:51 +0000 Subject: [PATCH] Update developers.md to include Linux manual Flutter install instructions to address Issue #1 --- developers.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/developers.md b/developers.md index e5d4022..2ba084e 100644 --- a/developers.md +++ b/developers.md @@ -6,6 +6,10 @@ to get started with development. ## Linux Development For Linux development be sure that libsecret-1-dev and libjsoncpp-dev are installed on the machine. +Also the ObjectBox library requires a more recent version of CMake than what is packaged in the +standard Flutter Snap install instructions. To get this working correctly on Linux you will +have to do the +[manual installation version of the Flutter install instructions](https://docs.flutter.dev/get-started/install/linux#install-flutter-manually). ## Additional Build Steps Whenever a model is changed that is stored in ObjectBox it is necessary to execute the command: