Skip to content

GribApiDotNet/GribApi.Native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GribApi.Native

What it is

GribApi.Native is an interop shim for GribApi.NET. It licensed under the friendly Apache License 2.0.

Running SWIG

Most of the interop interfaces are generated using SWIG and included in the repository. You shouldn't need to create them. However, if you want to generate the interfaces yourself, you'll need SWIG installed and available on PATH. Then run build/win32/swig_gen.cmd. The .cs files are written to build/SWIG

Building

You can build from Visual Studio or using the build script:

> build/win32/build_gribapi.cmd [rebuild|build] [tools version]

E.g., for VS 2015

> build/win32/build_gribapi.cmd rebuild 14

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published