Sfoglia il codice sorgente

Added info for building static version.


git-svn-id: https://svn.microneil.com/svn/PKG-SNF4CGP-NIX/trunk@21 7ef522f6-be79-40a8-b7df-0a85b3383509
master
adeniz 15 anni fa
parent
commit
54e9a7fe61
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  1. 9
    0
      SNF4CGP_Developer_Package/DEVELOPER_NOTES

+ 9
- 0
SNF4CGP_Developer_Package/DEVELOPER_NOTES Vedi File

@@ -147,6 +147,15 @@ module):

make OTHER_CXXFLAGS='-Wall'

See the compiler documentation for other options.

You can alter any other variable make uses. For example, to build a
static executable, specify LDFLAGS as follows:

make LDFLAGS="-all-static"

See the documentation make and libtool for other options.

3) 'make module' (as root). This creates a tarball named
SNF4CGP-$(VERSION)-MODULE.tar.gz that contains the binary
CommuniGate Pro module.

Loading…
Annulla
Salva