deepseek-ai / deepseek-ai/3FS

安装阶段是否存在问题

Open
#241 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
10.2k
Forks
1.1k
PR merge metrics
No merged PRs in 30d

Description

我在自己的环境中使用rpmbuild想将3FS封装成src.rpm的方式。以便编译成rpm直接在目标机器上使用。
在%install阶段:
%build
sh ./patches/apply.sh
%cmake -S . \
-B _build \
......

cd _build
%make_build

%install
cd _build
make install DESTDIR=%{buildroot}

在使用上述方法%install阶段,查看%{buildroot}目录只有一些头文件和lib库文件等文件,但是并未打包 _build/bin 目录下的二进制文件。
请问这里是需要指定什么参数吗?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.