Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 git 中启动了一个新项目,并使用 ./autogen.sh 和 xfce4-dev-tools 生成配置脚本和其他文件。
我想知道只提供 git release 是不是一个坏主意,或者我还需要创建 dist tarball?
发行版 tarball 更易于使用,但可能仅限于某个 Linux 发行版,有时甚至仅限于该发行版的某个版本。
autogen.sh使事情更灵活,但代价是需要更复杂的设置才能使用您的项目。
autogen.sh
我解决这个问题的方法是有一个脚本
我使用相同的脚本来构建 dist tarball,因此该脚本 a) 很有用,并且 b) 经常执行以保持其健康。