You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 2, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+18-9
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ EOSIO currently supports the following operating systems:
50
50
51
51
## Software Installation
52
52
53
-
If you are new to EOSIO, it is recommended that you install the [EOSIO Prebuilt Binaries](#prebuilt-binaries), then proceed to the [Getting Started](https://developers.eos.io/eosio-home/docs) walkthrough. If you are an advanced developer, a block producer, or no binaries are available for your platform, you may need to [Build EOSIO from source](https://eosio.github.io/eos/latest/install/build-from-source).
53
+
If you are new to EOSIO, it is recommended that you install the [EOSIO Prebuilt Binaries](#prebuilt-binaries), then proceed to the [Getting Started Guide](https://developers.eos.io/welcome/latest/getting-started-guide). If you are an advanced developer, a block producer, or no binaries are available for your platform, you may need to [Build EOSIO from source](https://developers.eos.io/manuals/eos/latest/install/build-from-source).
54
54
55
55
---
56
56
@@ -69,6 +69,15 @@ Prebuilt EOSIO software packages are available for the operating systems below.
69
69
brew tap eosio/eosio
70
70
brew install eosio
71
71
```
72
+
Note: On MacOS 10.15 (Catalina), there is a chance to face the linking error below which prevents successful installation of EOSIO:
73
+
```
74
+
Reinstalling 1 broken dependent from source:
75
+
eosio/eosio/eosio
76
+
```
77
+
The following Homebrew commands will resolve this issue:
78
+
```sh
79
+
brew link eosio
80
+
```
72
81
#### Mac OS X Brew Uninstall
73
82
```sh
74
83
brew remove eosio
@@ -121,13 +130,13 @@ To uninstall the EOSIO built/installed binaries and dependencies, run:
Instructions detailing the process of getting the software, building it, running a simple test network that produces blocks, account creation and uploading a sample contract to the blockchain can be found in the [Getting Started](https://developers.eos.io/welcome/v2.1/getting-started-guide) walkthrough.
152
+
Instructions detailing the process of getting the software, building it, running a simple test network that produces blocks, account creation and uploading a sample contract to the blockchain can be found in the [Getting Started Guide](https://developers.eos.io/welcome/latest/getting-started-guide).
0 commit comments