Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
briar
Briar GTK
Commits
588fb345
Commit
588fb345
authored
Nov 30, 2019
by
Nico
Browse files
Add instructions on how to theoratically build without Flatpak
parent
ef96f606
Pipeline
#3921
passed with stage
in 3 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
588fb345
...
@@ -29,6 +29,14 @@ flatpak-builder builddir --install-deps-from=flathub --user --install --force-cl
...
@@ -29,6 +29,14 @@ flatpak-builder builddir --install-deps-from=flathub --user --install --force-cl
flatpak run app.briar.gtk
flatpak run app.briar.gtk
```
```
You should also be able to run Briar GTK without Flatpak.
For this, you have to install Java, the
[
Python dependencies
](
requirements.txt
)
and Briar Headless.
Once you've done this, change the path of the Briar Headless
jar in
[
src/briar/gtk/define.py
](
src/briar/gtk/define.py
)
,
build it with _meson_ and start Briar GTK.
Keep in mind this wasn't tested so far.
## Design Goals
## Design Goals
*
Intuitive UI, similar to Briar Android client
*
Intuitive UI, similar to Briar Android client
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment