From d5f344c4a8f962378368b0e58ab384b3c66f3e84 Mon Sep 17 00:00:00 2001 From: soochoi Date: Fri, 10 Mar 2006 00:23:58 +0000 Subject: [PATCH] Update Readme file for autotool changes --- Readme.txt | 10 +++++++--- Readme_for_the_project_and_setup.txt | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Readme.txt b/Readme.txt index ff502a3d..772b03ef 100644 --- a/Readme.txt +++ b/Readme.txt @@ -1,19 +1,23 @@ INSTRUCTIONS FOR SETTING UP YOUR BUILD ENVIRONMENT ================================================== +For Linux +cd to top directory. +./autogen.sh (for debug build, pass "--enable-debug") +make + +For Windows MAKE CLEAN ALL run sequence mk-ca-all for developers and mk-cai-all for BMs. for individual builds: -for Linux Directory cd shsrc/lshsrc and for Windows shsrc/wshsrc and find +for Windows cd shsrc/wshsrc and find the mk-XXX-tp that matches the module name and the type and the platform. xxx the module name types: dp d for debug op o for optimized -tl Linux platform tw Windows platform example: mk-nsssdk-ow optimzed for Windows -mk-nsssdk-dl debug for linux command line form: mk-nsssdk-ow d clean all (d for developer - m for build manager) diff --git a/Readme_for_the_project_and_setup.txt b/Readme_for_the_project_and_setup.txt index fd71a54c..7b34075b 100644 --- a/Readme_for_the_project_and_setup.txt +++ b/Readme_for_the_project_and_setup.txt @@ -130,7 +130,7 @@ distribution (.tar.gz) file, use configure. (run ./configure --help for more options) 4. Select your make target, here are a few interesting ones: -mk-ca-all or mk-cai-all +make All of the build scripts are under shsrc/lshsrc for Linux or shsrc/wshsrc for Windows.