Git Product home page Git Product logo

mistserver's Introduction

 _________________________________________________
|                  MistServer                     |
| Copyright 2010-2015 DDVTech BV, The Netherlands |
|                                                 |
|        Licensed under the aGPLv3 license        |
|        See COPYING file for full license        |
|_________________________________________________|

NOTE: TinyThread++ is included also, but *not* copyright DDVTech BV.
License and author information for TinyThread++ can be found in the tinythread.h/cpp files.

The latest version of this code can always be found at:
  https://github.com/DDVTECH/mistserver

For full documentation/changelogs/etc visit our wiki at:
  http://wiki.mistserver.com/

Code contributions and bug reports are welcomed! Please submit at:
  https://github.com/DDVTECH/mistserver

To install using default options, simply run:
  make && sudo make install

Dependencies: none

The makefile will listen to the following variables:
  DEBUG            Sets the debug message level. 4 is the default (and recommended setting for development), 0 is quiet, 10 is insanely high.
  PACKAGE_VERSION  Overrides the server version number string. You shouldn't need to use this, normally.
  RELEASE          Overrides the release name. You shouldn't need to use this, normally.
  prefix           Prefix to install files to. Defaults to /usr
  exec_prefix      Prefix to install object code and binaries to. Defaults to $(prefix)
  includedir       Directory to install headers to. Defaults to $(prefix)/include
  libdir           Directory to install libraries to. Defaults to $(exec_prefix)/lib
  bindir           Directory to install binaries to. Defaults to $(exec_prefix)/bin
  DESTDIR          Global prefix that will be put in front of any and all other file paths.
  CPPFLAGS         Flags for compiling object files. Defaults to -Wall -g -O2
  LDLIBS           Libraries to include. Defaults to none.
  THREADLIB        Libraries to include for threaded binaries. Defaults to -lpthread
  WITH_THREADNAMES If set, this will set names of threads in threaded binaries. Defaults to being unset.

Use "make var1=val1 var2=val2" to set these. For example:
  make install DEBUG=0 prefix=/usr/local

mistserver's People

Contributors

bdheeman avatar ozzay avatar ramkoemar avatar rokamun avatar thulinma avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.