[mono/xsp] [3 commits] 147354ef: Update INSTALL

"Miguel de Icaza ([email protected])" <[email protected]>
Newsgroups gmane.comp.gnome.mono.patches
Message-ID <00000141a3c17bed-3f0395ee-5736-434a-adc9-1585e621e822-000000@email.amazonses.com>
   Branch: refs/heads/master
     Home: https://github.com/mono/xsp
  Compare: https://github.com/mono/xsp/compare/6739dd07ec52...dfe52823c6cd

   Commit: 147354ef555988cd44048dedd273bdd40a63a06b
   Author: Ryan Davis <[email protected]> (ryepup)
     Date: 2013-07-12 16:10:19 GMT
      URL: https://github.com/mono/xsp/commit/147354ef555988cd44048dedd273bdd40a63a06b

Update INSTALL

add `autogen.sh` step

Changed paths:
  M INSTALL

Modified: INSTALL
===================================================================
@@ -5,6 +5,7 @@
 
     To compile XSP type and install it to /usr:
 
+        ./autogen.sh
 	./configure --prefix=/usr
 	make 
 	make install

   Commit: f353161435626f489aa6dced3585e417a44ffd41
   Author: Ryan Davis <[email protected]> (ryepup)
     Date: 2013-07-31 15:29:16 GMT
      URL: https://github.com/mono/xsp/commit/f353161435626f489aa6dced3585e417a44ffd41

Update INSTALL

clarify autogen.sh is only required if compiling from a fresh clone

Changed paths:
  M INSTALL

Modified: INSTALL
===================================================================
@@ -2,10 +2,14 @@
 -------------------------------
 
     We will assume you want to install XSP in /usr.
+    
+    To compile XSP from a fresh git clone (as opposed to a tarball),
+    run this first:
+
+	./autogen.sh
 
-    To compile XSP type and install it to /usr:
+    To compile XSP and install it to /usr:
 
-        ./autogen.sh
 	./configure --prefix=/usr
 	make 
 	make install

   Commit: dfe52823c6cd6351c161b863e86924054e752ce6
   Author: Miguel de Icaza <[email protected]> (migueldeicaza)
     Date: 2013-10-10 18:59:48 GMT
      URL: https://github.com/mono/xsp/commit/dfe52823c6cd6351c161b863e86924054e752ce6

Merge pull request #34 from ryepup/master

update INSTALL instructions

Changed paths:
  M INSTALL

Modified: INSTALL
===================================================================
@@ -2,8 +2,13 @@
 -------------------------------
 
     We will assume you want to install XSP in /usr.
+    
+    To compile XSP from a fresh git clone (as opposed to a tarball),
+    run this first:
+
+	./autogen.sh
 
-    To compile XSP type and install it to /usr:
+    To compile XSP and install it to /usr:
 
 	./configure --prefix=/usr
 	make 


_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.