install

来自「开源的nasm编译器源码,研究编译器原理很有帮且」· 代码 · 共 63 行

TXT
63
字号
Installing nasm from source===========================Installing nasm is pretty straightforward on UN*X systems with Perland GNU tools installed.If you checked out source from CVS you will need to run autoconf togenerate configure, otherwise you don't have to.$ autoheader$ autoconfThen run configure to detect your platform settings and generate makefiles.$ ./configureYou can get information about available configuration options byrunning `./configure --help`.If configure fails, please send bug report with detailed platforminformation to <nasm-bugs@lists.sourceforge.net> and we will try tohelp you asap!If everything went okay, type$ maketo build nasm, ndisasm and rdoff tools, or$ make everythingto build the former plus the docs.You can decrease the size of produces executables by stripping offunnecessary information, to achieve this run$ make stripIf you install to a system-wide location you might need to becomeroot:$ su <enter root password>then$ make installoptionally followed by $ make install_rdfOr you can $ make install_everythingto install everything =)Thats it, enjoy!PS. Installation instructions for other platforms are underway.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?