gdb: clarify caveats
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
d2fea8cec2
commit
733efdfcf1
1 changed files with 3 additions and 4 deletions
|
@ -17,11 +17,10 @@ class Gdb < Formula
|
|||
end
|
||||
|
||||
def caveats; <<-EOS.undent
|
||||
In order to make this build of gdb useful, you may have to code sign
|
||||
the binary. In order to do this, you must create a certificate in your
|
||||
System keychain. For more information, see:
|
||||
gdb requires special privileges to access Mach ports.
|
||||
You will need to codesign the binary. For instructions, see:
|
||||
|
||||
http://sourceware.org/gdb/wiki/BuildingOnDarwin
|
||||
http://sourceware.org/gdb/wiki/BuildingOnDarwin
|
||||
EOS
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue