mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-10 01:16:17 +00:00
Update 17_6_Accessing_Bitcoind_with_Swift.md
This commit is contained in:
parent
7877bd801f
commit
2ea77bb500
@ -4,7 +4,20 @@
|
|||||||
|
|
||||||
This section explains how to interact with `bitcoind` using the Swift programming language.
|
This section explains how to interact with `bitcoind` using the Swift programming language.
|
||||||
|
|
||||||
## Setting Up Swift
|
## Setting Up Swift (Mac)
|
||||||
|
|
||||||
|
1. Call up the App Store and Select Xcode
|
||||||
|
|
||||||
|
Still on Mojave?
|
||||||
|
[may be safer methodology too]
|
||||||
|
|
||||||
|
Download the xip for 10.3.1:
|
||||||
|
https://developer.apple.com/download/more/
|
||||||
|
|
||||||
|
Click on XIP to attract
|
||||||
|
Move to Apps
|
||||||
|
|
||||||
|
## Setting Up Swift (Debian)
|
||||||
|
|
||||||
```
|
```
|
||||||
$ sudo apt-get install clang
|
$ sudo apt-get install clang
|
||||||
|
Loading…
x
Reference in New Issue
Block a user