An open API service indexing awesome lists of open source software.

https://github.com/scitools/libmo_unpack

A library for handling the WGDOS and RLE compression schemes used in UM files.
https://github.com/scitools/libmo_unpack

Last synced: about 1 year ago
JSON representation

A library for handling the WGDOS and RLE compression schemes used in UM files.

Awesome Lists containing this project

README

          

## Build/install

The first time you build from a clone of this repo you will need to execute:
```
$ mkdir build
$ cd build
$ cmake ..
```

The build process itself on Linux is then the usual:
```
$ make
$ make install
```

To run the tests:
```
$ make test
```