Loading

Games101 环境搭建

wsl 环境配置

必要的库

sudo apt install g++ gdb cmake
sudo apt install libopencv-dev libeigen3-dev

opencv 头文件

{
    "configurations": [
        {
            "name": "Linux",
            "includePath": [
                "${workspaceFolder}/**",
                "/usr/include/opencv4"
            ],
            "defines": [],
            "cStandard": "c17",
            "cppStandard": "gnu++17",
            "intelliSenseMode": "linux-gcc-x64"
        }
    ],
    "version": 4
}
posted @ 2024-05-17 20:00  big_shark  阅读(53)  评论(0)    收藏  举报