Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.13 KB

README.md

File metadata and controls

52 lines (40 loc) · 1.13 KB

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