kopia lustrzana https://gitlab.com/mysocialportal/relatica
Update developers.md to include Linux manual Flutter install instructions to address Issue #1
rodzic
fcdba8e8d8
commit
28f8e0ea9d
|
@ -6,6 +6,10 @@ to get started with development.
|
||||||
|
|
||||||
## Linux Development
|
## Linux Development
|
||||||
For Linux development be sure that libsecret-1-dev and libjsoncpp-dev are installed on the machine.
|
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
|
## Additional Build Steps
|
||||||
Whenever a model is changed that is stored in ObjectBox it is necessary to execute the command:
|
Whenever a model is changed that is stored in ObjectBox it is necessary to execute the command:
|
||||||
|
|
Ładowanie…
Reference in New Issue