Description
Some notes for the goal of building a complete Raspberry Pi 2 (and Raspberry Pi) version of tidy
.
I needed to install doxygen
and xsltproc
to build the docs. doxygen
is huge compared to the little machine and takes a long time to download. I don't know if it's worthwhile to totally rethink the documentation system just for this reason, but there must be a more modern way to accomplish the same task.
I followed the exact recipe of my Dockerfile ( #251 ) for compiling, and that seemed to be fine.
I built all of the tests, and did diffs to see what had changed; the results are here
https://gist.github.com/2f50364c103919f59ae9
The only one of these that looks suspicious is msg_427664 which has a different encoding of a character, and msg_431895 which auto-recognizes the document differently.
I did a "make package", but the file that was created was labelled
tidy-5.1.9-32bit.deb
tidy-5.1.9-32bit.rpm
The packaging convention for those should really have the string "arm" in them somewhere, since these are not 32bit x86 binaries. I then installed from that package and it seemed to put things in the right place.