Skip to content

Commit

Permalink
Mention that command-line tools need to be installed on macOS in README.
Browse files Browse the repository at this point in the history
Otherwise, the build of YARA inside yaracpp fails with the following error:

    configure: error: cannot run C compiled programs.

We already had two bug reports because of this (#425, #433).
  • Loading branch information
s3rvac committed Nov 29, 2018
1 parent a7f6397 commit 06abea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ sudo pacman -S base-devel cmake git perl python3 bison flex autoconf automake li

Packages should be preferably installed via [Homebrew](https://brew.sh).

* Full Xcode installation (Command Line Tools are untested)
* Full Xcode installation ([including command-line tools](https://github.com/frida/frida/issues/338#issuecomment-426777849), see [#425](https://github.com/avast-tl/retdec/issues/425) and [#433](https://github.com/avast-tl/retdec/issues/433))
* [CMake](https://cmake.org/) (version >= 3.6)
* [Git](https://git-scm.com/)
* [Perl](https://www.perl.org/)
Expand Down

0 comments on commit 06abea0

Please sign in to comment.