X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=building.txt;h=bd2be9e9b01ab74e970327ceba315f4f66c94d5a;hb=d5b49ffce0af0a5731a4289ae345f7fe100d9953;hp=662e8a7dc593128a51a7304f8bdad7ecc02db8ea;hpb=7b499c3676de8069f7cfa13bca61837e9ee1f970;p=feisty_meow.git diff --git a/building.txt b/building.txt index 662e8a7d..bd2be9e9 100644 --- a/building.txt +++ b/building.txt @@ -21,7 +21,7 @@ Quick Start for the Feisty Meow Codebase: bash ~/feisty_meow/scripts/generator/bootstrap_build.sh - All the applications can be found in ~/feisty_meow/production/binaries + All the applications can be found in $BINDIR after the build is complete. Cleaning the Codebase: @@ -75,8 +75,7 @@ How to install the most frequently needed compiler and library dependencies: sudo apt-get install build-essential librtmp-dev libcurl4-gnutls-dev libssl-dev Centos / Redhat / Fedora: - yum install gcc gcc-c++ openssl-devel.x86_64 -#hmmm: there may be missing items for centos. + sudo yum install gcc gcc-c++ openssl-devel.x86_64 curl-devel ====