From ff782aead646300cb030d0a1fd6ef361aa637307 Mon Sep 17 00:00:00 2001 From: Eduardo Alonso Date: Wed, 16 Jan 2019 21:34:52 +0100 Subject: [PATCH] Created macOs Installation guide (markdown) --- macOs-Installation-guide.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 macOs-Installation-guide.md diff --git a/macOs-Installation-guide.md b/macOs-Installation-guide.md new file mode 100644 index 0000000..ac0e26e --- /dev/null +++ b/macOs-Installation-guide.md @@ -0,0 +1,20 @@ +In order to run G-Earth on macOs, you'll need to sign G-Mem (our memory searcher). This wiki page will cover that process. + +First we'll create a certificate in order to sign it: +1. Open the Keychain Access application (You may find it inside Utilities).£ +2. Select Certificate Assistant -> Create a Certificate.
+![](https://i.imgur.com/G6SS6ac.png) +3. Choose a name for the certificate (I'll use "gmem-cert") and set "Certificate Type" to "Code Signing". Also select "Let me override defaults" option.
+![](https://i.imgur.com/CAUI5Xi.png) +4. Click on "Continue" until "Specify a Location For The Certificate" appears, then set "Keychain" to "System".
+![](https://i.imgur.com/HwLDtmE.png) +5. Continue, the certificate will be created then.
+![](https://i.imgur.com/gYiKmZA.png) + +Once created, we are able to codesign gmem from Terminal
+`codesign -fs "gmem-cert" /G-Mem` + +![](https://i.imgur.com/xkryoJz.png) + +Now you're ready to open G-Earth from Terminal
+`sudo java -jar G-Earth.jar`