-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build pika-tools #1341
Comments
背景 :原来 pika-tools 都是在 工作: |
golang开发的工具不需要改成cmake吧 |
这种当然不需要 |
aof_to_pika没有外部依赖,可以编译 |
帮忙把 makefile 改为 cmake? |
后面的很多tools的依赖目前pika都没有, 看下是否需要引入 |
不需要了,就把目前 pika-tools 目录下的项目改造好就行了,如果没法改造,就删掉。我们不再考虑支持 Pika v2 以及 nemo 相关的东西 |
@A2ureStone #1436 你这个 pr 缺少了如下改进:
|
目前除了aof_to_pika没有外部依赖, 其他tools都有依赖, 比如说slash, hiredis这种, 全删掉的话只剩下aof_to_pika了 |
slash 目前是 src/pstd,pink 目前是 src/net,blackwidow 目前是 src/storage。hiredis 如果缺的话,你加进来就是了。 |
rdb_to_pika目前shell脚本缺少依赖redis-rdb-tools, |
这个工程单独编译,不要引入根目录下的 cmake 文件中。单独编译的前提下,引入这些库是可以的。 总之要避免根工程引入太多的依赖。 |
The text was updated successfully, but these errors were encountered: