fediverse-archiving-tools/friendica_archive_browser/README.md

38 lines
1.2 KiB
Markdown
Raw Normal View History

# A Friendica Archive Viewer
A Flutter-based cross platform desktop
application for viewing the Friendica account archive that a user can
generate with the command line tool in this same project
## Installation
To install the Friendica Archive Browser you simply have to download the latest release from
[the project release directory](https://gitlab.com/HankG/mysocialportal/-/releases)
for your given platform. Then unzip the folder and you are ready to run. On Mac
and Windows you will get a warning about an "unknown publisher" since this is beta
software that is not installed or signed through the respective app stores. App store
versions will come in the near future.
## Building
In order to build this application you will need to have installed [Flutter](https://flutter.dev).
Installation instructions for various platforms are [here](https://flutter.dev/docs/get-started/install).
Once you have that installed it is as easy as navigating to the respective directory on the command
line and executing:
On Linux:
```bash
flutter run -d linux
```
On Mac:
```bash
flutter run -d macos
```
On Windows:
```bash
flutter run -d windows
```
Please report any bugs or feature requests [with our issue tracker](https://gitlab.com/HankG/mysocialportal/-/issues).