===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ricochet-im-1.1.4/BUILDING.md-54-
ricochet-im-1.1.4/BUILDING.md:55:You must have a `tor` binary installed on the system (in $PATH), or placed next to the `ricochet` binary.
ricochet-im-1.1.4/BUILDING.md-56-
##############################################
ricochet-im-1.1.4/BUILDING.md-78-
ricochet-im-1.1.4/BUILDING.md:79:You also need a `tor` binary in $PATH or inside the build's `ricochet.app/Contents/MacOS` folder. The easiest solution is to use `brew install tor`. If you copy the `tor` binary, you will need to keep it up to date.
ricochet-im-1.1.4/BUILDING.md-80-
##############################################
ricochet-im-1.1.4/protobuf.pri-18-        # Some SDK builds (e.g. OS X 5.4.1) are no-pkg-config, so try to hack the linker flags in.
ricochet-im-1.1.4/protobuf.pri:19:        QMAKE_LFLAGS += $$system($$PKG_CONFIG --libs protobuf)
ricochet-im-1.1.4/protobuf.pri-20-    }
##############################################
ricochet-im-1.1.4/protobuf.pri-23-        # Add -isystem for protobuf includes to suppress some loud compiler warnings in their headers
ricochet-im-1.1.4/protobuf.pri:24:        PROTOBUF_CFLAGS = $$system($$PKG_CONFIG --cflags protobuf)
ricochet-im-1.1.4/protobuf.pri-25-        PROTOBUF_CFLAGS ~= s/^(?!-I).*//g