| 1 | 1 | Mercurial requires python. You can use the python 2.5.2 from HaikuPorts. You need to edit the Makefile in mercurial's root, changing the PREFIX=/usr/local in line 1 to PREFIX=/boot/common, and also edit doc/Makefile, changing PREFIX=/usr/local to PREFIX=/boot/common in line 7 i think it was. No patch is needed with recent Haiku images, just need to run make all, then make install. Make tests, will run the hg tests. Some tests fail for lack of zlib python module, this needs to be fixed in the Haiku python port. |