Skip to content

Conversation

@soppelmann
Copy link

There were some unnecessary scripts that i replaced with the makefile, I named it GNUmakefile to make it clear, make handles that well.

I added the OpenBSD build fix by @rpx99 in issue #24 and removed remnants of windows .dll compile.

I also updated the github workflows so releases are built on tags.

I also removed the precompiled static libraries as those should not be in the source directory, the workflow now creates those and creates a release on a push with a tag like:

git tag v1.0.0
git push origin v1.0.0

if you merge please set a version on line 5 in configure.ac and push the tag as above.

- Replace bootstrap script with GNUmakefile for automatic build generation
- Configure libtool with disable-static by default (use --enable-static to enable)
- Fix Makefile.am to remove non-existent Windows source reference
- Remove all prebuilt static libraries from repository
- Add distclean target to remove all generated files
show make commands and explain that the windows implementation uses CFFI.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant