Git Product home page Git Product logo

astlib's Introduction

astlib

Eurocontrol Asterix decoder framework based on XML declarations

Project is inspired by: https://github.com/vitorafsr/asterixed

Dependencies

  • Modern C++11 compiler, gcc 5.x, Visual Studio 2015
  • Cmake 3.3 or above
  • Poco library 1.7.0 or above
  • Gtest (optional)
  • Node.js (optional) (+v8pp +mocha)

Building - Windows [Debug]

  1. mkdir debug
  2. cd debug
  3. cmake -G"Visual Studio 14 2015 Win64" -DCMAKE_BUILD_TYPE=Debug ..
  4. msbuild astlib.sln /t:Rebuild /p:Configuration=Debug
  5. cd ..
  6. bin/Debug/testunit.exe

Building - Windows [NMake][Debug]

  1. mkdir debug
  2. cd debug
  3. cmake -G"NMake Makefiles JOM" -DCMAKE_BUILD_TYPE=Debug ..
  4. jom /j9
  5. cd ..
  6. bin/testunit.exe

Building - Windows [Release]

  1. mkdir release
  2. cd release
  3. cmake -G"Visual Studio 14 2015 Win64" -DCMAKE_BUILD_TYPE=Release ..
  4. msbuild astlib.sln /t:Rebuild /p:Configuration=Release
  5. cd ..
  6. bin/Release/testunit.exe

Node.js support (or https://www.npmjs.com/package/node-cmake)

  1. install nodejs package

  2. npm install --save bindings

  3. sudo npm install -g cmake-js [https://www.npmjs.com/package/cmake-js]

  4. cmake-js build

astlib's People

Contributors

mduplessis-1 avatar mkrivos 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.