# tray-linux-node **Repository Path**: sunshine-smile/tray-linux-node ## Basic Information - **Project Name**: tray-linux-node - **Description**: linux 下 c++托盘实现 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-15 - **Last Updated**: 2025-06-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 安装库 ```shell sudo apt-get install -y libappindicator3-dev sudo apt-get install libgtk-3-dev make gcc pkg-config ``` # https://zhuanlan.zhihu.com/p/615111375 # 使用以下命令来检查 .node 文件依赖的 GLIBCXX 版本 ```shell strings your_node_module.node | grep GLIBCXX ``` # https://zhuanlan.zhihu.com/p/139764055 ```shell sudo apt install libstdc++-10-dev # 安装 libstdc++-static ```s