Qortal Project

The future of blockchain platforms

User Tools

Site Tools


mac

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
mac [05/30/2022 02:49] gfactormac [11/28/2023 01:47] pigpig105
Line 1: Line 1:
 ====== Mac ====== ====== Mac ======
 {{:qortal_official_logo_transparent_.png?400|}} {{:qortal_official_logo_transparent_.png?400|}}
-{{ youtube>6UPrQPKBlGA&t=244s \\}} 
-\\ 
-How to install Qortal on Mac 
  
-**THERE ARE TWO WAYS TO INSTALL JAVA. YOU CAN USE HOMEBREW OR ADOPTIUM. STEPS 12, AND 3 ARE FOR THE HOMEBREW METHODBELOW THAT IS THE LINK TO ADOPTIUM WITH INSTRUCTIONS. SIMPLY DOWNLOAD THE PKG FOR YOUR VERSION OF MAC AND INSTALL IT.**+**Please note:** after setting up your computer as a nodebe sure to review the [[Port Forwarding]] guide to ensure your node functions optimally
  
-1. Install openjdk using homebrew - open terminal and run the following command to install homebrew (triple-click the code window below and select/copy the entire command):+How to install Qortal on Mac: https://www.youtube.com/watch?v=6UPrQPKBlGA 
 + 
 +**THERE ARE TWO WAYS TO INSTALL JAVA. YOU CAN USE HOMEBREW OR INSTALL ADOPTIUM DIRECTLY. STEPS 1, 2, AND 3 ARE FOR THE HOMEBREW METHOD. BELOW THAT IS THE LINK TO ADOPTIUM WITH INSTRUCTIONS. SIMPLY DOWNLOAD THE PKG FOR YOUR VERSION OF MAC AND INSTALL IT.** 
 + 
 +1. Install adoptium using homebrew - open terminal and run the following command to install homebrew (triple-click the code window below and select/copy the entire command):
  
 <code>/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"</code> <code>/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"</code>
Line 13: Line 14:
 You will need to input your password into the terminal when this is going on (nothing will come up when you input your password, but just input and push return) You will need to input your password into the terminal when this is going on (nothing will come up when you input your password, but just input and push return)
  
-2Once Homebrew is done and fully installed, install Java with this command+NOTE: The AdoptOpenJDK homebrew tap is depreciated as of 2021-08-01It is recommended to uninstall that before continuing these instructions. [[https://github.com/AdoptOpenJDK/homebrew-openjdk|more info]] 
-<code>brew cask install adoptopenjdk</code>   +<code>brew untap AdoptOpenJDK/openjdk</code>
  
-Or this command for older version of MAC+2. Once Homebrew is done and fully installed, install Java with this command: 
-<code>brew install --cask adoptopenjdk</code> +<code>brew install temurin --cask</code>   
  
 **YOU CAN SKIP ALL OF THE HOMEBREW STUFF BY INSTALLING JAVA WITH ADOPTIUM for Mac version 10.14 and later** **YOU CAN SKIP ALL OF THE HOMEBREW STUFF BY INSTALLING JAVA WITH ADOPTIUM for Mac version 10.14 and later**
mac.txt · Last modified: 01/17/2024 21:13 by crowetic