Home
last modified time | relevance | path

Searched +full:osx +full:- +full:package (Results 1 – 4 of 4) sorted by relevance

/civetweb-2.7.6/docs/
DBuilding.md4 This guide covers the build instructions for the stand-alone web server.
17 ---------
25 #### Using MinGW-w64 or TDM-GCC
26 In the start menu locate and run the "Run terminal" batch file. For TDM-GCC this is named "MinGW Co…
29 mingw32-make CC=gcc
40 Building for Linux, BSD, and OSX
41 ---------
87 | --------------------------- | ------------------------------------------------- |
89 | `WITH_DUKTAPE=1` | build with server-side JavaScript support |
105 | `COPT='-DNO_SSL'` | method to insert compile flags |
[all …]
/civetweb-2.7.6/
D.travis.yml10 - $HOME/third-party
17 - cmake
18 - openssl
19 - libssl-dev
21 - kubuntu-backports
25 - if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
28 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 …]
DRELEASE_NOTES.md6 -------
8 - Support for flawed CGI interpreters returning only <LF> instead of <CR><LF>
9 - Add NO_FILESYSTEM flag for (embedded) system without any file system
10 - Several fixes for server side Lua scripts
11 - Disable SSL renegotiation for new OpenSSL version
12 - Allow to force TLSv1.3 (disable TLSv1.2)
13 - Prefer pre-compressed *.gz file, if it already exists
14 - Fix some #include statements for various compilers / OS / SDK versions
15 - Support for Linux Standard Base (LSB)
16 - Fixes to mg_get_*_info() API functions
[all …]
/civetweb-2.7.6/test/
DMakefileTest.mk3 # License http://opensource.org/licenses/mit-license.php MIT License
11 include $(TOP)/resources/Makefile.in-os
18 ifeq ($(TARGET_OS),OSX)
27 $(MAKE) -C $(TOP) -f Makefile.osx clean package
31 $(MAKE) -C $(TOP)/examples/embedded_c clean all
32 $(MAKE) -C $(TOP)/examples/embedded_c clean
34 $(MAKE) -C $(TOP)/examples/embedded_cpp clean all
35 $(MAKE) -C $(TOP)/examples/embedded_cpp clean
37 $(MAKE) -C $(TOP)/examples/chat clean all
38 $(MAKE) -C $(TOP)/examples/chat clean
[all …]