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.
13 Then run configure to detect your platform settings and generate makefiles.
17 You can get information about available configuration options by
18 running `./configure --help`.
20 If configure fails, please send bug report with detailed platform
21 information to <nasm-bugs@lists.sourceforge.net> and we will try to
24 If everything went okay, type
28 to build nasm, ndisasm and rdoff tools, or
32 to build the former plus the docs.
34 You can decrease the size of produces executables by stripping off
35 unnecessary information, to achieve this run
39 If you install to a system-wide location you might need to become
42 $ su <enter root password>
48 optionally followed by
54 $ make install_everything
56 to install everything =)
61 PS. Installation instructions for other platforms are underway.