Skip to content

realbardia/bew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BEW Store

How to

BEW is a store and tool, help you to convert Web apps to Desktop web apps (bew) using a graphical User interface. Just run:

bew

But you can also run it using command line:

bew install trello
bew --help

Build

BEW needs QtWebEngine to build. So you must install it first:

sudo apt install git g++ qtbase5-dev qtwebengine5-dev

and then just build it

git clone git@github.com:realbardia/bew.git
cd bew
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr ..
make -j4
sudo make install

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published