TalLancaster

Results 4 comments of TalLancaster

I would be willing to help out with CMake support, too. Although I wouldn't call myself an expert. Also, I have hacked the config.cake to all me to build on...

Cool. I'll give it try under MacOs, linux, Windows and see how it goes. As I recall MSVS doesn't support std=c++1z. For now, I think you need /std:c++latest. So you...

@yfinkelstein in CMakeLists.txt you set and make use of LLVM_HOME: ``` #override via command line, for instance: cmake -DLLVM_HOME=/Library/Developer/CommandLineTools/usr set(LLVM_HOME /usr/local/opt/llvm/Toolchains/LLVM6.0.0svn.xctoolchain/usr CACHE PATH "path to LLVM distribution") set(CMAKE_CXX_COMPILER ${LLVM_HOME}/bin/clang++) set(CMAKE_C_COMPILER...

As Kirk replied to my query you will need to substitute your own files. One way is to copy over two short audio files and call one dash.wav and the...