gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, cmake, updated. 1e09bc8abf811e718a5ae77f


From: Juergen Kahrs
Subject: [gawk-diffs] [SCM] gawk branch, cmake, updated. 1e09bc8abf811e718a5ae77f6428bc31b1f4fdcb
Date: Thu, 21 Feb 2013 15:16:30 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".

The branch, cmake has been updated
       via  1e09bc8abf811e718a5ae77f6428bc31b1f4fdcb (commit)
      from  caab17cf55dfe1122a4e1955236492423ff1ca40 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=1e09bc8abf811e718a5ae77f6428bc31b1f4fdcb

commit 1e09bc8abf811e718a5ae77f6428bc31b1f4fdcb
Author: Juergen Kahrs <address@hidden>
Date:   Thu Feb 21 16:16:24 2013 +0100

    Added some more explanations.

diff --git a/cmake/README.txt b/cmake/README.txt
index 4e24cc1..f4feaf7 100644
--- a/cmake/README.txt
+++ b/cmake/README.txt
@@ -7,8 +7,10 @@ should do this, read
 
   Why the KDE project switched to CMake -- and how 
   http://lwn.net/Articles/188693/
+  Escape from GNU Autohell!
+  http://www.shlomifish.org/open-source/anti/autohell
 
-- How can I get gawk compiled with CMake as fast as possible ?
+- How can I get GNU Awk compiled with CMake as fast as possible ?
   git clone git://git.savannah.gnu.org/gawk.git
   cd gawk
   git checkout cmake
@@ -55,3 +57,12 @@ but use a different build directory. When using CMake, do 
this:
   cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/Toolchain_mingw32.cmake ..
 Write a new Toolchain file for your cross-compiler and use it.
 
+- How can I build an installable file ?
+Use "make package". The exact kind of installable file depends on your
+operating system and defaults to TGZ.
+
+- Can I build an executable that runs on any Win32 platform ?
+It is possible to build for the target Win32, but only with cross-compilers
+on certain platforms. You need a MinGW cross-compiler and the NSIS package
+builder.
+

-----------------------------------------------------------------------

Summary of changes:
 cmake/README.txt |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]