Windows executable for USalign or MMalign
Posted: Mon Dec 11, 2023 1:00 am
Is there any way to compile MMalign or USalign source code into a windows executable? This is possible for TMalign, but in USalign and MMalign there are headers that do not exist in Windows and thus the compiling fails.
Example:
#include <sys/wait.h> // for waitpid()
#include <sys/ioctl.h> // for ioctl() and FIONREAD
Example:
#include <sys/wait.h> // for waitpid()
#include <sys/ioctl.h> // for ioctl() and FIONREAD