diff options
| author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-05 19:03:48 +0100 |
|---|---|---|
| committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-05 19:36:33 +0100 |
| commit | 89df436290c67b1c03122bfe5c68cf4f92e581c0 (patch) | |
| tree | 6a19713ef65727befe880eef32c8f8a9a0418cf2 /docs/INSTALL.md | |
| parent | 3506077fd6f250f3c080b58ea3bae117c3b122da (diff) | |
| download | afl++-89df436290c67b1c03122bfe5c68cf4f92e581c0.tar.gz | |
Fix broken links - 1st run
Diffstat (limited to 'docs/INSTALL.md')
| -rw-r--r-- | docs/INSTALL.md | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 9d1309fe..906d3f8e 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -60,10 +60,9 @@ These build targets exist: * unit: perform unit tests (based on cmocka) * help: shows these build options -[Unless you are on Mac OS -X](https://developer.apple.com/library/archive/qa/qa1118/_index.html), you can -also build statically linked versions of the AFL++ binaries by passing the -`STATIC=1` argument to make: +[Unless you are on Mac OS X](https://developer.apple.com/library/archive/qa/qa1118/_index.html), +you can also build statically linked versions of the AFL++ binaries by passing +the `STATIC=1` argument to make: ```shell make STATIC=1 @@ -169,5 +168,5 @@ sysctl kern.sysv.shmall=98304 ``` See -[https://www.spy-hill.com/help/apple/SharedMemory.html](https://www.spy-hill.com/help/apple/SharedMemory.html) +[http://www.spy-hill.com/help/apple/SharedMemory.html](http://www.spy-hill.com/help/apple/SharedMemory.html) for documentation for these settings and how to make them permanent. \ No newline at end of file |
