Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
/ libgsf Public

A makefile for building libgsf from source, a library for interacting with Generic Sensor Format files

Notifications You must be signed in to change notification settings

UKHO/libgsf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

libgsf

A makefile for downloading and building libgsf from source

Quickstart

make

Upgrading the version

In the makefile:

  • Update the VERSION variable to the relevant version
  • Check that the C_FILES and H_FILES variables are correct and match the contents of the zip that is downloaded

Once complete add a tag on master:

git checkout <commit to release>
git tag <version to release>
git push origin <version to release>

Then the publish action will pick up the tag and create a release

About

A makefile for building libgsf from source, a library for interacting with Generic Sensor Format files

Resources

Stars

Watchers

Forks

Packages

No packages published