Browse Source

README.md: add a note to README

bboozzoo/device-cache
Maciek Borzecki 10 years ago
parent
commit
2ad049acfb
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      README.md

+ 4
- 0
README.md View File

@ -6,6 +6,9 @@ really needed only at build time. OpenSSL does the packet
encryption/decryption at the protocol level, while Json-glib does encryption/decryption at the protocol level, while Json-glib does
packet parsing. Libnotify is responsible for displaying shell popups. packet parsing. Libnotify is responsible for displaying shell popups.
Since I'm new ot Vala, I'm treating this as a learning execrise, yet
with usable results.
# Building # Building
Build dependencies (using package names as found in Fedora): Build dependencies (using package names as found in Fedora):
@ -53,3 +56,4 @@ a connection at the sender's address will be made only if the device
is listed as `allowed` in `mconnect.conf` (see the sample config). is listed as `allowed` in `mconnect.conf` (see the sample config).
Should the device be whitelisted in configuration, pairing will happen Should the device be whitelisted in configuration, pairing will happen
automatically. automatically.

Loading…
Cancel
Save