vscode+cmake下qt调试配置
定义编译tasktasks.json文件:{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks...
cmake平台判断
if(CMAKE_SYSTEM_NAME MATCHES "Linux")
message("current platform: Linux ")
elseif(CMAKE_SYSTEM_NAME MATCHES "Windows")
message("current platform: Windows&q...
Cygwin下安裝Kaldi
在Windows下安装Cygwin安装Devel、Perl、PHP、Python三个安装包。在Cygwin下安装apt-cygCygwin下的apt-cyg是软件安装工具,相当于Ubuntu下的apt-get命令。apt-cyg其实就是一个脚本文件。先下载apt-cyg下来,然后直接放到/bin目录下就可以。然后在cygwin的窗口下输入下面的指令chmod +x /bin/apt-cyg ...