Make sure the Mono runtime + development tools are installed on your machine (Debian based distros: mono-complete, Arch based distros: mono).
To build the solution, run the build.sh script (which is included in the cloned repo).
The result can be found at nbfc/Linux/bin/Release.
In case you encounter build errors, try to update the Mono runtime, either via your distro's package manager, or following these instructions: http://www.mono-project.com/download/
这个是READMEl里的一个安装知道链接:
https://github.com/hirschmann/nbfc/wiki/How-to-build-NBFC
它里面有一句:
Mono runtime + development tools 是什么?
我该怎么进行它?