esluyter / super-bufrd

UGens for accessing long buffers with subsample accuracy
GNU General Public License v3.0
26 stars 3 forks source link

readme: improve build instructions #25

Closed mossheim closed 3 years ago

mossheim commented 4 years ago

to be totally generator agnostic, the build type should be given during both generation and build.

to avoid issues with any code that checks build type case sensitively, replace "RELEASE" with "Release".

combine build requirements to avoid repeating instructions and separate requirements from build steps.

be more generator-agnostic on Windows instructions and use more modern -A flag for architecture.

assume windows users want a 64-bit build.