diff options
author | H. Peter Anvin <hpa@zytor.com> | 2003-08-29 19:05:39 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2003-08-29 19:05:39 +0000 |
commit | 79e2d9f48d5f5e325caadaefc5508a9234ffde5d (patch) | |
tree | 843cd7c2a125e37b0d609729d86275f9e1efda50 /INSTALL | |
parent | 68f2ac115883f2afc77cd6f010e63e661217740d (diff) | |
download | nasm-79e2d9f48d5f5e325caadaefc5508a9234ffde5d.tar.gz nasm-79e2d9f48d5f5e325caadaefc5508a9234ffde5d.tar.bz2 nasm-79e2d9f48d5f5e325caadaefc5508a9234ffde5d.zip |
Standard line breaks
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 30 |
1 files changed, 16 insertions, 14 deletions
@@ -1,11 +1,11 @@ - Installing nasm from source =========================== -Installing nasm is pretty straightforward on UN*X systems with GNU tools installed. +Installing nasm is pretty straightforward on UN*X systems with Perl +and GNU tools installed. -If you checked out source from CVS you will need to run autoconf to generate configure, -otherwise you don't have to. +If you checked out source from CVS you will need to run autoconf to +generate configure, otherwise you don't have to. $ autoconf @@ -13,30 +13,32 @@ Then run configure to detect your platform settings and generate makefiles. $ ./configure -You can get information about available configuration options by running `./configure --help`. +You can get information about available configuration options by +running `./configure --help`. -If configure fails, please send bug report with detailed platform information to -<nasm-bugs@lists.sourceforge.net> and we will try to help you asap! +If configure fails, please send bug report with detailed platform +information to <nasm-bugs@lists.sourceforge.net> and we will try to +help you asap! If everything went okay, type $ make -to build nasm, ndisasm and rdoff tools -or +to build nasm, ndisasm and rdoff tools, or $ make everything to build the former plus the docs. -You can decrease the size of produces executables by stripping off unnecessary information, to -achieve this run +You can decrease the size of produces executables by stripping off +unnecessary information, to achieve this run $ make strip -If you install to a system-wide location you might need to become root: -$ su -<enter root password> +If you install to a system-wide location you might need to become +root: + +$ su <enter root password> then |