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!)
