1 Installing nasm from source
2 ===========================
4 Installing nasm is pretty straightforward on UN*X systems with Perl
5 and GNU tools installed.
7 If you checked out source from CVS you will need to run autoconf to
8 generate configure, otherwise you don't have to.
12 Then run configure to detect your platform settings and generate makefiles.
16 You can get information about available configuration options by
17 running `./configure --help`.
19 If configure fails, please send bug report with detailed platform
20 information to <nasm-bugs@lists.sourceforge.net> and we will try to
23 If everything went okay, type
27 to build nasm, ndisasm and rdoff tools, or
31 to build the former plus the docs.
33 You can decrease the size of produces executables by stripping off
34 unnecessary information, to achieve this run
38 If you install to a system-wide location you might need to become
41 $ su <enter root password>
47 optionally followed by
53 $ make install_everything
55 to install everything =)
60 PS. Installation instructions for other platforms are underway.