Skip to content

Commit

Permalink
20201122
Browse files Browse the repository at this point in the history
  • Loading branch information
ldcsaa committed Nov 21, 2020
1 parent dde22cd commit 9711c6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ Usage: compile.sh [...O.P.T.I.O.N.S...]
----------------------+-------------------------------------------------
-d|--with-debug-lib : compile debug libs (default: true)
-j|--use-jemalloc : use jemalloc in release libs
: (x86/x64 default: true, ARM default: false)
: (x86/x64 default: true, arm/arm64 default: false)
-u|--udp-enabled : enable UDP components (default: true)
-t|--http-enabled : enable HTTP components (default: true)
-s|--ssl-enabled : enable SSL components (default: true)
-z|--zlib-enabled : enable ZLIB related functions (default: true)
-b|--brotli-enabled : enable BROTLI related functions
: (x86/x64 default: true, ARM default: false)
: (x86/x64 default: true, arm/arm64 default: false)
-i|--iconv-enabled : enable ICONV related functions (default: true)
-c|--compiler : compiler (default: g++)
-p|--platform : platform: x86 / x64 / ARM
-p|--platform : platform: x86 / x64 / arm / arm64
: (default: current machine arch platform)
-e|--clean : clean compilation intermediate temp files
-r|--remove : remove all compilation target files
Expand All @@ -34,7 +34,7 @@ $ sudo ./install.sh -h
Usage: install.sh [...O.P.T.I.O.N.S...]
-----------------+------------------------------------------------------
-p|--prefix : install/uninstall path (default: /usr/local)
-l|--libdir : lib dir (x86/ARM default: 'lib', x64 default: 'lib64')
-l|--libdir : lib dir (x86/arm default: 'lib', x64/arm64 default: 'lib64')
-d|--with-demo : install demos or not (default: false)
-u|--uninstall : execute uninstall operation from install path
-v|--version : print hp-socket version
Expand Down

0 comments on commit 9711c6d

Please sign in to comment.