updates for domain names.
[feisty_meow.git] / building.txt
index 662e8a7dc593128a51a7304f8bdad7ecc02db8ea..cfff7735245aedf69e162d7e1a45b1db13f74265 100644 (file)
@@ -17,17 +17,16 @@ Quick Start for the Feisty Meow Codebase:
     Run the following command to build the Feisty Meow libraries and
     applications.
     Note that you may need to install some dependencies first (see below
-    for installation instructions).
+    for dependency installation instructions).
 
-    bash ~/feisty_meow/scripts/generator/bootstrap_build.sh
+    bash ~/feisty_meow/scripts/generator/produce_feisty_meow.sh
 
-    All the applications can be found in ~/feisty_meow/production/binaries
+    All the applications can be found in $FEISTY_MEOW_BINARIES
     after the build is complete.
 
   Cleaning the Codebase:
 
-    Once you've got a bootstrapped build, you can clean out all the generated
-    files with this command:
+    This command cleans out all the generated files:
 
     bash ~/feisty_meow/scripts/generator/whack_build.sh clean
 
@@ -36,7 +35,7 @@ Quick Start for the Feisty Meow Codebase:
     Set up the feisty_meow scripts the first time; this is only needed once,
     unless you want to regenerate the scripts from the latest version.
 
-    bash ~/feisty_meow/scripts/core/bootstrap_shells.sh
+    bash ~/feisty_meow/scripts/core/reconfigure_feisty_meow.sh
 
     Load the script environment into the current shell.
 
@@ -45,6 +44,7 @@ Quick Start for the Feisty Meow Codebase:
     Loading the feisty meow script environment with the above command allows
     you to build specific projects in feisty meow by changing into the
     project's directory and running 'make'.
+
     Some example start-up files for loading feisty meow can be found in
     ~/feisty_meow/feisty_inits.
 
@@ -75,8 +75,10 @@ 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
+
+  Cygwin + Windows:
+    This is documented in ~/feisty_meow/doc/cygwin_install_list.txt
 
 ====