[Feedback on issues] deepin25怎么使用自己编译的命令行工具
Tofloor
poster avatar
Vellichor
deepin
2025-07-20 10:09
Author

我想使用pgloader但deepin25的源里没有,我想自己编译可deepin25是不可变发行版,不能操作系统目录,我该怎么办,用玲珑打包吗?可我不会用玲珑

Reply Favorite View the author
All Replies
MeGusta
deepin
2025-07-20 10:50
#1

顺手编译了一下:

pgloader-build20250720.zip

image.png

Reply View the author
MeGusta
deepin
2025-07-20 10:52
#2

如果你想自己动手,源码在这里:

https://github.com/dimitri/pgloader/releases

Reply View the author
把一切操作变成GUI
deepin
Backbone of ecological co-construction group
2025-07-20 13:18
#3

编译为什么一定要操作系统目录?

Reply View the author
把一切操作变成GUI
deepin
Backbone of ecological co-construction group
2025-07-20 13:19
#4

可以配置输出到指定路径的,不是吗?

Reply View the author
Vellichor
deepin
2025-07-20 13:51
#5
把一切操作变成GUI

可以配置输出到指定路径的,不是吗?

我不会,我是按照文档做的,你能教教我吗?

Reply View the author
Vellichor
deepin
2025-07-20 13:53
#6
MeGusta

顺手编译了一下:

pgloader-build20250720.zip

image.png

谢谢

Reply View the author
把一切操作变成GUI
deepin
Backbone of ecological co-construction group
2025-07-20 14:16
#7
Vellichor

我不会,我是按照文档做的,你能教教我吗?

make
make install DESTDIR=/path/to/your/directory

/path/to/your/directory就是你指定的路径目录。

Reply View the author