adapted to new path? um.
[feisty_meow.git] / building.txt
index 662e8a7dc593128a51a7304f8bdad7ecc02db8ea..bd2be9e9b01ab74e970327ceba315f4f66c94d5a 100644 (file)
@@ -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
 
 ====