From 79e2d9f48d5f5e325caadaefc5508a9234ffde5d Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 29 Aug 2003 19:05:39 +0000 Subject: [PATCH] Standard line breaks --- INSTALL | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/INSTALL b/INSTALL index 2d77e3a..992b470 100644 --- a/INSTALL +++ b/INSTALL @@ -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 - and we will try to help you asap! +If configure fails, please send bug report with detailed platform +information to 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 - +If you install to a system-wide location you might need to become +root: + +$ su then -- 2.7.4