Beaker Browser
Tofloor
poster avatar
Favaro
deepin
2017-01-24 10:10
Author
Hello, i found a new Browser :O
How can i install on Deepin ?

https://beakerbrowser.com/
Reply Favorite View the author
All Replies
rekols
deepin
2017-01-24 11:17
#1
You can compile your own.
Reply View the author
myTTYY
deepin
2017-01-24 19:40
#2

  1. sudo apt-get install libtool m4 automake
  2. git clone https://github.com/pfrazee/beaker.git
  3. cd beaker
  4. npm install
  5. npm run rebuild #see https://github.com/electron/electron/issues/5851
  6. npm start
Copy the Code
Reply View the author
Favaro
deepin
2017-03-28 08:47
#3
Edited by Favaro at 2017-3-28 00:48

The command ` npm install ```  failed, does not work
Reply View the author
michaeljayt
deepin
2017-03-28 19:28
#4
https://bbs.deepin.org/post/134451
Edited by Favaro at 2017-3-28 00:48

The command ` npm install ```  failed, does not work

try installing `nodejs` package ;)
Reply View the author
Favaro
deepin
2017-03-29 06:32
#5
does not work :/

Reply View the author
rean
deepin
2017-03-29 08:45
#6
本帖最后由 rean 于 2017-3-29 00:47 编辑

first ,  you should install nodejs package :
  1. sudo apt-get install nodejs nodejs-legacy
Copy the Code

and then change to the source code dir :
  1. npm install
Copy the Code




Reply View the author
蒙笛
deepin
2018-01-15 03:34
#7
本帖最后由 yuzh496 于 2018-1-14 20:18 编辑

you can try the appimage package.
https://github.com/beakerbrowser/beaker/releases/download/0.7.10/beaker-browser-0.7.10-x86_64.AppImage

Reply View the author