Giter Club home page Giter Club logo

falcon-server's Introduction

**************
Dependencies
**************

zeromq
--------------
sudo apt-get install libzmq3-dev


C++ boost libraries
--------------------
sudo apt-get install libboost-all-dev


CMAKE
--------------------
sudo apt-get install cmake


GSL libraries
------------------
sudo apt-get install libgsl0ldbl
sudo apt-get install libgsl0-dev


Z-lib (needed by cnpy)
------------------------
sudo apt-get install zlib1g
sudo apt-get install zlib1g-dev


External libraries included in source tree
------------------------------------------
g3log
cppzmq (header only library)
cmdline (header only library)
disruptor
cnpy
yaml-cpp


External libraries not included in source tree
------------------------------------------
USB-4750 DIO card drivers (see dedicated doc for more information)


*********************
Build instructions
*********************
Compiling falcon has only been tested with GNU g++ compiler.
Version 5 is required, as it contains all C++11 libraries (see doc/g++5_how_to_install.txt for info about how to install g++ v5).
So, to compile issue the following commands while in the falcon root directory: 

mkdir build
cd build
cmake -DCMAKE_CXX_COMPILER=`which g++-5` ..
make


***************************
Installation instructions
***************************

cd build/src
cp falcon ~/bin
sudo setcap 'cap_sys_nice=pe' ~/bin/falcon

falcon-server's People

Contributors

fkloosterman 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.