29 Apr
2011
29 Apr
'11
8:14 p.m.
On Fri, 29 Apr 2011, Benjamin Johnson wrote:
On Fri, 29 Apr 2011 11:54:45 -0400, Duke Normandin <dukeofperl@ml1.net> wrote:
It'll be fun trying! Thanks for the tips.
So the workflow will be:
- update the source with: hg update ??? - hack as per above - make check
That should leave the working version of Dillo alone? After "make check" is there an executable is the source tree that I try out?
As long as the working version's not in the source tree, you're good. (i.e. if it's in /usr/local/bin)
The executable is ./src/dillo -- what I usually do is make && ./src/dillo
which attempts to build it, then runs it if the build was successful.
Much obliged! Thanks. -- Duke