79f989c123
A closed source, proprietary, binary application. PR: 226679 Submitted by: Martin Filla <martinfilla@post.cz>
18 lines
598 B
Plaintext
18 lines
598 B
Plaintext
1. Minimum OS version.
|
|
======================
|
|
Anydesk is a binary package for FreeBSD.
|
|
Minimal recommended is 1 GiB system memory
|
|
installed but performence will be reduced.
|
|
For good performance is recommended and 2 GiB
|
|
system memory.
|
|
|
|
2. Important settings
|
|
=====================
|
|
Since Version 2.9.1 the following prerequisites have to be met:
|
|
|
|
1. You need a mounted /proc directory. Either mount it manually or add it to your /etc/fstab file:
|
|
fstab: proc /proc procfs rw 0 0
|
|
manually: # mount -t procfs proc /proc
|
|
2. You need a loaded mqueuefs module:
|
|
manual load: kldload mqueuefs (as root!)
|