Skip to content
Snippets Groups Projects
Commit b32c87c2 authored by alexandr.kravchenko's avatar alexandr.kravchenko
Browse files

Update README.md

parent 052e3e10
No related branches found
No related tags found
1 merge request!11Cellframe clone
# cellframe-dashboard
CellFrame Dashboard
## Build:
* The project uses Qt environment to build. To build the project, it's enough to exec the following in the project directory:
```
git submodule init
git submodule update --remote
qmake && make && make install
```
* Or if you haven't cloned the project yet:
```
git clone --recursive <repo>
```
before building the project.
## How to install:
### Debian and Ubuntu:
* You need to obtain the package first. Either get it somewhere or create one from scratch by:
```
dpkg-buildpackage -J -uc -us --changes-option=--build=any
```
* Install it via dpkg
```
sudo dpkg -i cellframe-node<version>.deb
```
### Prerequsites:
To successfully build, you must have following prerequisites preinstalled:
* qt5-qmake
* cdbs
* debhelper
* qtdeclarative5-dev
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment