Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeleisel committed Apr 6, 2022
1 parent 1a3a2cf commit 509aed7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,15 @@ It all depends on your risk tolerance and how much you value the speedup in incr

Below are the installation methods. Note that, if you someday install a newer version of Xcode and zld doesn't work with it, it may be that your version of zld is now too far behind that of the linker shipped in Xcode. In that case, check back here for the latest zld release to fix the problem.

***Note***: The Xcode app must be installed for zld to work (not just the Xcode command line tools)

#### Pre-built binary

The pre-built binary for the latest release is [here](https://github.com/michaeleisel/zld/releases/latest). Note that Xcode is required to be installed for the dynamic libraries it provides to zld.
The pre-built binary for the latest release is [here](https://github.com/michaeleisel/zld/releases/latest).

#### Building from source

- Install Xcode 12.2+ and run `sudo xcode-select -s <path to Xcode>`
- `sudo xcode-select -s <path to Xcode>`
- Install cmake
- Checkout the [latest release of zld](https://github.com/michaeleisel/zld/releases/latest) from master
- Run `make clean && make`
Expand Down

0 comments on commit 509aed7

Please sign in to comment.