For beginners: ubuntu上源碼編譯之前要做的工作

When I compile a software project from scratch - I normally start with installing the build dependencies for the version there is included in Ubuntu by doing:

sudo apt-get build-dep qemu

That ensures you have all libraries and the headers files your package is depended on. If your own fresh downloaded source don't use any new libraries you should have the needed libraries to build it.

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章