Skip to content
cielavenir edited this page May 11, 2015 · 2 revisions

Build

You need:

  1. Ruby - launch ctouch_webrick.rb and building
  2. GNU make - building
  3. Python - publish binary to files area (maybe only for me :p)
  4. If you want to build Safari version, you need signature-enabled XAR.
  • pem (crx key) isn't included in the source package. it will be generated newly on make.

  • As appid is different, your modified crx doesn't interfer original ones.

  • If you are going to build Safari version, you will need to get certificate from Apple.

  • Then put certificate as ctouch_safari.der and private key as ctouch_safari.pem.

  • If PKCS12(.p12), perform openssl pkcs12 -in ctouch_safari.p12 -nodes | openssl rsa -out ctouch_safari.pem

Clone this wiki locally