[glade] build/linux/README: Reword the offensive text about CMake



commit dbebe555984337191f88d49a3f5723de3254f255
Author: Tristan Van Berkom <tristan upstairslabs com>
Date:   Sun Dec 15 02:14:07 2013 +0900

    build/linux/README: Reword the offensive text about CMake
    
    The text seemed to indicate that AppImageKit was dumb for using
    CMake, but the intention was only to mention how dumb CMake itself is.
    
    Rectified this comment.

 build/linux/README |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/build/linux/README b/build/linux/README
index eb4e691..3f10ee8 100644
--- a/build/linux/README
+++ b/build/linux/README
@@ -10,7 +10,8 @@ System requirements
     To build AppImageKit, you will require:
       - A functional cross compiler to generate 32bit binaries as well as 64bit binaries
       - libfuse (if AppImageKit doesnt find it, make sure there is a symbolic link to libfuse.so
-        from it's actual library, this is because AppImageKit uses CMake, which is just dumb).
+        from it's actual library, this is because AppImageKit uses CMake, and CMake itself 
+       is just not smart).
       - An old glib version installed on your system, the older the glib version the better
         (this system glib version will be required on target hosts which want to run the bundle).
       - Some other things like python, which you will just have to deal with the CMakeLists.txt


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]