Skip to content

ngungid/xmsstamper

Repository files navigation

Build Status Build status

XMSGridtrace

Grid point tracer for XMS products.

Prerequisites

In order to build this library, you must first have a few things installed.

  1. Conan
  2. CMake

Building

Once you have cloned the repository, navigate to the build directory. All of the following commands will be run from that directory unless otherwise noted.

  1. Get External Libraries
    conan install .. 
  1. Configure CMake
    cmake ..
  1. Build
    make

For Windows:

  1. Get External Libraries
    conan install -pr ..\dev\xmsprofile_debug ..
  1. Configure CMake
    cmake .. -G "Visual Studio 12 2013 Win64" -DXMS_BUILD=TRUE -DBUILD_TESTING=TRUE
  1. Build - Build from generated solution file.

Documentation

See: xmsgridtrace documentation

About

Feature stamping library for XMS products.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published