Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma applet for NetworkManager
Commits
a4f32094
Commit
a4f32094
authored
Oct 28, 2020
by
Andrius Štikonas
Browse files
Add more markdown syntax to README.
parent
0e21f002
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
a4f32094
...
...
@@ -13,7 +13,7 @@ Optional dependencies:
*
modemmanager-qt
-
requires ModemManager 1.0.0 and newer as runtime dependency
-
Plasma-nm is compiled with ModemManager support by default when modemmanager-qt is found,
when you want to explicitly disable ModemManager support, use -DDISABLE_MODEMMANAGER_SUPPORT=true cmake parameter.
when you want to explicitly disable ModemManager support, use
`
-DDISABLE_MODEMMANAGER_SUPPORT=true
`
cmake parameter.
*
openconnect
-
if you want to build the OpenConnect VPN plugin
...
...
@@ -23,13 +23,15 @@ Optional dependencies:
Compiling:
----------
```
sh
mkdir
build
cd
build
cmake ../
-DCMAKE_INSTALL_PREFIX
=
/usr
[
-DDISABLE_MODEMMANAGER_SUPPORT
=
true
]
make
# As root:
make
install
```
BUGS:
-----
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment