源码安装软件遇到的问题?
Tofloor
poster avatar
allyourtube
deepin
2018-06-11 02:34
Author



这个是READMEl里的一个安装知道链接:

https://github.com/hirschmann/nbfc/wiki/How-to-build-NBFC

它里面有一句:
  1. Make sure the Mono runtime + development tools are installed on your machine (Debian based distros: mono-complete, Arch based distros: mono).

  2. To build the solution, run the build.sh script (which is included in the cloned repo).
  3. The result can be found at nbfc/Linux/bin/Release.

  4. 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/
Copy the Code


Mono runtime + development tools 是什么?
我该怎么进行它?
Reply Favorite View the author
All Replies
avatar
woodelf
deepin
2018-06-11 02:54
#1
Debian based distros: mono-complete
包名不是都告诉你了么?
Reply View the author
avatar
allyourtube
deepin
2018-06-11 19:24
#2
https://bbs.deepin.org/post/157964
包名不是都告诉你了么?

小白还是不是很懂
Reply View the author
avatar
allyourtube
deepin
2018-06-11 19:24
#3
https://bbs.deepin.org/post/157964
小白还是不是很懂

这个包名,我是需要去那里安装吗?
Reply View the author
avatar
187******09
deepin
2018-06-11 19:43
#4
https://bbs.deepin.org/post/157964
这个包名,我是需要去那里安装吗?
  1. sudo apt install mono-complete
Copy the Code
Reply View the author
avatar
allyourtube
deepin
2018-06-11 19:51
#5
Reply View the author