使用 build-couchdb 构建 CouchDB 源之后,如何让 rake 识别 Erlang 文件已更改并重建它?
在 Debian 6.0 上,我可以按照 https://github.com/ 中给出的说明构建 CouchDB 源代码jhs/build-couchdb。
对 couchdb/src/couchdb/couch_db_updater.erl 进行微小更改并重新运行 rake 后,不会重建更改。
如何使用 build-couchdb 重建 CouchDB?
On Debian 6.0, I am able to build the CouchDB source with the instructions given at https://github.com/jhs/build-couchdb.
After making a minor change to couchdb/src/couchdb/couch_db_updater.erl, and rerunning rake, the changes are not rebuilt.
How is CouchDB rebuilt using build-couchdb?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
新的官方构建 CouchDB 位置为 https://github.com/iriscouch/build-couchdb。您会在那里找到更新的版本。
你是对的,Build CouchDB 喜欢清除你的更改并从头开始构建!
我有关于如何在 https://github.com/iriscouch/browserid_couchdb 工作的说明。查看“开发”部分中的自述文件。基本上,您检查了 build-couchdb,然后检查了常规 CouchDB 代码的不同。
make dev
the new official Build CouchDB location is https://github.com/iriscouch/build-couchdb. You will find an updated version there.
You are right, Build CouchDB loves to wipe out your changes and build from scratch a lot!
I have instructions about how I work at https://github.com/iriscouch/browserid_couchdb. Look in the README in the "Development" section. Basically you check out build-couchdb and then a different checkout of the regular CouchDB code.
make dev
in the CouchDB checkout