linux系统下安装mmwave SDK

在linux系统下重新安装mmwaveSDK2.0,但是下载在端口安装没反应,

  • If in Linux environment, On 64-bit machines:
    Since mmwave_sdk_<version>-Linux-x86-Install.bin is a 32-bit executable, install modules that allows Linux 32bit binaries to execute: "sudo dpkg --add-architecture i386"
    Enable execute permission for the Linux installer by running "chmod +x mmwave_sdk_<version>-Linux-x86-Install.bin" command
    Run the installer using "./mmwave_sdk_<version>-Linux-x86-Install.bin" command

    On 64-bit machines if the GUI does not show up you may need to install additional packages: "sudo apt-get install libc6:i386 libgtk2.0-0:i386 libxtst6:i386"

    请问是64位的系统吗?请参考上面标红的部分。