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.
- Host: GitHub
- URL: https://github.com/scitools/libmo_unpack
- Owner: SciTools
- License: bsd-3-clause
- Created: 2015-08-04T13:32:39.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-01-11T14:50:04.000Z (over 2 years ago)
- Last Synced: 2025-06-12T15:09:26.508Z (about 1 year ago)
- Language: C
- Size: 90.8 KB
- Stars: 6
- Watchers: 8
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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
```