-
Notifications
You must be signed in to change notification settings - Fork 6
Build
cielavenir edited this page May 11, 2015
·
2 revisions
You need:
- Ruby - launch ctouch_webrick.rb and building
- GNU make - building
- Python - publish binary to files area (maybe only for me :p)
- If you want to build Safari version, you need signature-enabled XAR.
- You need to compile source code: http://mackyle.github.io/xar/
- I recommend using git if you develop on Unix.
-
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
-
ChromeInstallEasy