WINServer 8.x (Wildcat! BBS) Library bindings.
-
Add the dependency to your
shard.yml
:dependencies: wcl: github: mjblack/wcl.cr
-
Run
shards install
require "wcl"
You will need to download or clone the wcSDK.
You will need to append to your CRYSTAL_LIBRARY_PATH
environment variable the directory where wcSDK
CPP directory (C:/path/to/wcSDK/wcserver/cpp/lib64
).
Please refer to the wcSDK
documentation under the CPP side for reference.
- Fork it (https://github.com/mjblack/wcl.cr/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- Matthew J. Black - creator and maintainer