pmaillot / X32-Behringer

This GIT repo (C language) holds applications and utilities for the Behringer X32 and M32 mixing consoles. Additional details, documentation, implementation examples and apps can be found in my website:
https://sites.google.com/site/patrickmaillot/x32
234 stars 41 forks source link

Setup is ambiguous #14

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hi Patrick,

Thanks for your hard work on a cool set of utils.

The setup instructions are a bit ambiguous. Someone who isn't an experienced programmer would not know how to get started on Windows. Could you provide instructions on specific tooling: mingw vs. visual c++, makefiles, specific step-by-step instructions on how to compile?

Thanks!

pmaillot commented 5 years ago

There's a section in the README, "How do I get set up?" I just updated and describe the environment I use. Note that to use or dive in these programs, you should be familiar with Windows programming.

ghost commented 5 years ago

I don’t see any details about the environment nor about how to compile.