📄 install
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -