
	MacOSx Installation steps.

	1. Give the Terminal Full Disc Access. (by Hand)
		a. [Apple] > System Settings > Privacy & Security > Full Disk Access > + > Terminal
		b. Enable Terminal in the list of Full Disk Access
		c. Reboot to activate disk access.

	2. Install Xcode Development Layer. (by Hand)
		a. Open your App Store and search for 'Xcode'.
		b. Install or update Xcode.

	3. Install MacPorts Package Manager. (by Hand)
		a. download for your MacOS version from https://macports.org/install.php
		b. follow their installation instructions.

	4. Download and Unpack FCC (zip).
		a. download from: https://factorialcoin.nl/download/mac
		b. Unpack to your desired destination (~/Desktop, ~/Documents ?).

	5. Run FCC/FCC_Install.sh from either the file browser or directly in the terminal.
		a. this will install HomeBrew Package Manager (Automatic),
		b. Installs Perl. (Automatic) if not yet installed (Check in the terminal with: perl -v).
			a. Open Terminal
			b. enter: curl -L https://xrl.us/installperlosx | bash
		c. this will build and install gcc, make, tar, zlib, bzip2, mc, screen and all the Perl dependencies.

	6. Run FCC_Wallet.sh | FCC_Miner.sh | FCC_Node.sh (for running your part you desire).

	You could skip step 5, as step 6 will check if FCC_Install has already run or not, 
	and will run FCC_install if installation was still needed.

