Skip to content

Commit

Permalink
Add local build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
StefWe authored and FlorentRevest committed Mar 20, 2020
1 parent 4551c95 commit d754b6a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ qrc_*.cpp
documentation.list
*.qm
*.pro.user
build/
28 changes: 23 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,27 @@ asteroidsyncserviced is a daemon relying on libasteroid to synchronize data from

## Building

To build asteroidsyncservice, all submodules must be loaded.
`git submodule update --init`
To build asteroidsyncservice, all submodules must be loaded.

Current qmake build configurations:
- Starfish: CONFIG+=starfish
- Telescope: CONFIG+=telescope
- `git submodule update --init`

Current qmake build configuration options:

- `Starfish: CONFIG+=starfish`
- `Telescope: CONFIG+=telescope`

Install bluetooth

- `sudo apt-get install qtconnectivity5-dev`

Create build dir

- `mkdir build && cd build`

Run qmake:

- `qmake -makefile -o Makefile "CONFIG+=telescope" ../asteroidsyncservice.pro`

Run make:

- `make`

0 comments on commit d754b6a

Please sign in to comment.