# nemo-share **Repository Path**: src-anolis-foundui/nemo-share ## Basic Information - **Project Name**: nemo-share - **Description**: 文件管理器共享插件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 2 - **Created**: 2023-08-16 - **Last Updated**: 2023-08-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nemo-share Nemo extension to share folder using Samba Nemo Share allows you to quickly share a folder from the Nemo file manager without requiring root access. ## 安装 ### 构建过程 1. 确保已安装所有依赖库. ``` $ sudo yum-builddep -y nemo-share.spec ``` 2. 构建: ``` $ rpmbuild -ba nemo-share.spec ``` 3. 安装: ``` $ sudo rpm -Uvh --force nemo-share*.rpm ``` ## 帮助 ## 开源许可证 nemo-share is distributed under the terms of the GNU General Public License, version 2 or later. See the COPYING file for details.