mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-05 18:20:33 -08:00
update docu
This commit is contained in:
parent
62a97d2b4b
commit
2c67441cdf
3 changed files with 9 additions and 3 deletions
|
|
@ -58,6 +58,8 @@ Group
|
|||
Tapping on group (in **Messages**), you'll see the list of all persons. Every
|
||||
person is associated to a specific radio. This view is populated automatically.
|
||||
|
||||
Choose 'Broadcast' (on top) to send a message to every person in the group.
|
||||
|
||||
You can set a name to every person associated to a radio, which defaults to
|
||||
'Anonym': a press-and-hold on the name will enter edit mode.
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,8 @@ Info
|
|||
|
||||
Please note that this is WIP/experimental.
|
||||
|
||||
Currently the app can only send direct messages between the radios.
|
||||
The app can either send direct messages between the radios, or broadcast
|
||||
messages (received by all radios).
|
||||
|
||||
It's basically meant to be used in an emergency situation, where internet is
|
||||
not available, in order to communicate with short text messages. This kind of
|
||||
|
|
|
|||
|
|
@ -24,8 +24,6 @@ wipe off the whole example and start over.
|
|||
Build executable
|
||||
----------------
|
||||
|
||||
Currently still using qmake, will eventually be ported to CMake.
|
||||
|
||||
You probably want to create an alias for qmake, like:
|
||||
```
|
||||
alias qmake='<path-to-qt>/<compiler>/bin/qmake'
|
||||
|
|
@ -42,6 +40,11 @@ $ make -j4
|
|||
$ sudo make install
|
||||
```
|
||||
|
||||
On Unix systems you may need to create the following link:
|
||||
```
|
||||
sudo ln -s /usr/local/lib/libecl.so.23.9 /usr/lib/libecl.so.23.9
|
||||
```
|
||||
|
||||
|
||||
Build library
|
||||
-------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue