Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

AndrejMitrovic/easybind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warning

Be aware that there is a shared library in the repo: portaudio_x64.dll

It's bad practice to load random DLLs off the web, so only use this repo as an example.

Running

Just run dub run!

Reproducing the steps

Preprocess the header file:

# Example using WSL (btw don't do this when mixing platforms)
gcc -m64 -E -P portaudio/portaudio.h -o portaudio/portaudio.c

And then:

dub run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published