aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Kahrs <Juergen.Kahrs@googlemail.com>2013-02-21 16:16:24 +0100
committerJuergen Kahrs <Juergen.Kahrs@googlemail.com>2013-02-21 16:16:24 +0100
commit1e09bc8abf811e718a5ae77f6428bc31b1f4fdcb (patch)
treec78f6d53bfe46415c05111d52d0013ff90bd33c0
parentcaab17cf55dfe1122a4e1955236492423ff1ca40 (diff)
downloadegawk-1e09bc8abf811e718a5ae77f6428bc31b1f4fdcb.tar.gz
egawk-1e09bc8abf811e718a5ae77f6428bc31b1f4fdcb.tar.bz2
egawk-1e09bc8abf811e718a5ae77f6428bc31b1f4fdcb.zip
Added some more explanations.
-rw-r--r--cmake/README.txt13
1 files changed, 12 insertions, 1 deletions
diff --git a/cmake/README.txt b/cmake/README.txt
index 4e24cc1f..f4feaf7f 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.
+