Searched +full:osx +full:- +full:package (Results 1 – 4 of 4) sorted by relevance
4 This guide covers the build instructions for the stand-alone web server.17 ---------25 #### Using MinGW-w64 or TDM-GCC26 In the start menu locate and run the "Run terminal" batch file. For TDM-GCC this is named "MinGW Co…29 mingw32-make CC=gcc40 Building for Linux, BSD, and OSX41 ---------87 | --------------------------- | ------------------------------------------------- |89 | `WITH_DUKTAPE=1` | build with server-side JavaScript support |105 | `COPT='-DNO_SSL'` | method to insert compile flags |[all …]
10 - $HOME/third-party17 - cmake18 - openssl19 - libssl-dev21 - kubuntu-backports25 - if [ "${TRAVIS_OS_NAME}" == "linux" ]; then28 wget https://cmake.org/files/v3.7/cmake-3.7.2-Linux-x86_64.sh --no-check-certificate;29 chmod +x cmake-3.7.2-Linux-x86_64.sh;30 ./cmake-3.7.2-Linux-x86_64.sh --prefix=$HOME/usr --exclude-subdir --skip-license;32 - cmake --version[all …]
6 -------8 - Support for flawed CGI interpreters returning only <LF> instead of <CR><LF>9 - Add NO_FILESYSTEM flag for (embedded) system without any file system10 - Several fixes for server side Lua scripts11 - Disable SSL renegotiation for new OpenSSL version12 - Allow to force TLSv1.3 (disable TLSv1.2)13 - Prefer pre-compressed *.gz file, if it already exists14 - Fix some #include statements for various compilers / OS / SDK versions15 - Support for Linux Standard Base (LSB)16 - Fixes to mg_get_*_info() API functions[all …]
3 # License http://opensource.org/licenses/mit-license.php MIT License11 include $(TOP)/resources/Makefile.in-os18 ifeq ($(TARGET_OS),OSX)27 $(MAKE) -C $(TOP) -f Makefile.osx clean package31 $(MAKE) -C $(TOP)/examples/embedded_c clean all32 $(MAKE) -C $(TOP)/examples/embedded_c clean34 $(MAKE) -C $(TOP)/examples/embedded_cpp clean all35 $(MAKE) -C $(TOP)/examples/embedded_cpp clean37 $(MAKE) -C $(TOP)/examples/chat clean all38 $(MAKE) -C $(TOP)/examples/chat clean[all …]