diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-08-23 08:36:52 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-08-23 08:36:52 +0300 |
commit | d8f8817921b8ff1fb41f79f6ecf12cce42441e9f (patch) | |
tree | a84c0da7e8d28ed0cfb009618a49b9a313043dad /README.git | |
parent | b33eb7a4bf226ce8d9f568927f875afe290d9b06 (diff) | |
parent | b42cad3ddb49b1a19c81785c9916a789b7d32efc (diff) | |
download | egawk-d8f8817921b8ff1fb41f79f6ecf12cce42441e9f.tar.gz egawk-d8f8817921b8ff1fb41f79f6ecf12cce42441e9f.tar.bz2 egawk-d8f8817921b8ff1fb41f79f6ecf12cce42441e9f.zip |
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'README.git')
-rw-r--r-- | README.git | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -1,12 +1,14 @@ -Thu Apr 17 16:54:26 IDT 2014 +Wed Aug 23 08:07:18 IDT 2017 ============================ If you are reading this, you have retrieved the gawk code base via Git from savannah.gnu.org. This is good; gawk no longer uses CVS. -On GNU and Unix systems, please execute ./bootstrap.sh before invoking -the usual incantaton of `./configure && make && make check'. This -version of bootstrap.sh should work OK. +On GNU and Unix systems, please execute use the following to build +gawk after doing `git clone' or `git pull': + + make distclean # if not a new clone + ./bootstrap.sh && ./configure && make && make check On systems supported by configuration files in the pc/ subdirectory, chdir into pc/ and run the make-config.bat script there. This will produce |