SortingVisualizer icon indicating copy to clipboard operation
SortingVisualizer copied to clipboard

Compile? With What?

Open sylv256 opened this issue 5 years ago • 1 comments

What do I use to compile the source code? I'm one of your subscribers.

sylv256 avatar Dec 28 '19 01:12 sylv256

:man_shrugging: man he did not include his makefiles, smh; You can most likely compile it with GCC/G++, all files seem to be C++ files, I assume you can just compile all of those items into .o / object files and then link them together to a binary.

But yeah he should include makefiles and for bigger projects autotools.

ghost avatar Dec 29 '19 10:12 ghost