Please help me compile a file libblkmaker, so that I could use address different than mu1DxMiRUgzjNrVyVeHeRhqDm3XVK12SK2 in my config. I'm not a programmer.
edit base58.c in the libblkmaker dir and add these middle lines:
case 0: // Bitcoin pubkey hash
case 23: // Primecoin pubkey hash case 111: // Testnet pubkey hash
and
case 5: // Bitcoin script hash
case 83: // Primecoin script hash case 196: // Testnet script hash
So, look up those bitcoin/testnet lines and add the primecoin one. Then compile

(don't forget autogen.sh)
). I have updated the source.