Update Readme file for autotool changes

This commit is contained in:
soochoi 2006-03-10 00:23:58 +00:00
parent 2cd093dcf6
commit d5f344c4a8
2 changed files with 8 additions and 4 deletions

View File

@ -1,19 +1,23 @@
INSTRUCTIONS FOR SETTING UP YOUR BUILD ENVIRONMENT 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. MAKE CLEAN ALL run sequence mk-ca-all for developers and mk-cai-all for BMs.
for individual builds: 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. the mk-XXX-tp that matches the module name and the type and the platform.
xxx the module name xxx the module name
types: types:
dp d for debug dp d for debug
op o for optimized op o for optimized
tl Linux platform
tw Windows platform tw Windows platform
example: example:
mk-nsssdk-ow optimzed for Windows mk-nsssdk-ow optimzed for Windows
mk-nsssdk-dl debug for linux
command line form: command line form:
mk-nsssdk-ow d clean all (d for developer - m for build manager) mk-nsssdk-ow d clean all (d for developer - m for build manager)

View File

@ -130,7 +130,7 @@ distribution (.tar.gz) file, use configure.
(run ./configure --help for more options) (run ./configure --help for more options)
4. Select your make target, here are a few interesting ones: 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 All of the build scripts are under shsrc/lshsrc for Linux or
shsrc/wshsrc for Windows. shsrc/wshsrc for Windows.