Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
bitmask-vpn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vladimir KozLove
bitmask-vpn
Commits
1678e257
Unverified
Commit
1678e257
authored
4 years ago
by
Kali Kaneko
Browse files
Options
Downloads
Patches
Plain Diff
[docs] add some TODOs in the README
parent
4faad2cd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+7
-37
7 additions, 37 deletions
README.md
with
7 additions
and
37 deletions
README.md
+
7
−
37
View file @
1678e257
...
...
@@ -2,6 +2,9 @@ Install it
----------
Install dependencies:
TODO: add qt5 deps here
```
# make depends
```
...
...
@@ -34,49 +37,15 @@ Using homebrew:
Linux
----------
Building the systray in linux will produce some
`-Wdeprecated-declarations`
warnings, like that:
```
cgo-gcc-prolog: In function ‘_cgo_3f9f61f961c9_Cfunc_gtk_font_button_get_font_name’:
cgo-gcc-prolog:5455:2: warning: ‘gtk_font_button_get_font_name’ is deprecated [-Wdeprecated-declarations]
In file included from /usr/include/gtk-3.0/gtk/gtk.h:106:0,
from ../../../go/src/github.com/gotk3/gotk3/gtk/gtk.go:48:
/usr/include/gtk-3.0/gtk/gtkfontbutton.h:96:23: note: declared here
const gchar * gtk_font_button_get_font_name (GtkFontButton *font_button);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
They are expected and don't produce any problem on the systray.
Run it
-------------
The default build is a standalone systray. It still requires a helper and openvpn installed to work. For linux the helper is
[
bitmask-root
](
https://0xacab.org/leap/bitmask-dev/blob/master/src/leap/bitmask/vpn/helpers/linux/bitmask-root
)
for windows and OSX there is
[
a helper written in go
](
https://0xacab.org/leap/bitmask-vpn/tree/master/pkg/helper/
)
.
To build and run it:
```
$ make build
$ build/bin/bitmask-vpn
```
Bitmaskd
-------------
Is also posible to compile the systray to use bitmask as backend:
```
$ go build -tags bitmaskd
```
In that case bitmask-systray assumes that you already have bitmaskd running. Run bitmask and the systray:
```
$ bitmaskd
$ build/bin/bitmask-vpn
```
./build.sh
i18n
----
TODO: move this to developer docs
The translations are done in transifex. To help us contribute your translations there and/or review the existing
ones:
https://www.transifex.com/otf/bitmask/RiseupVPN/
...
...
@@ -86,6 +55,7 @@ When a string has being modified you need to regenerate the locales:
$ make generate_locales
```
To fetch the translations from transifex and rebuild the catalog.go (API
\_
TOKEN is the transifex API token):
```
$ API_TOKEN='xxxxxxxxxxx' make locales
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment