diff options
| author | Alexander Barton <alex@barton.de> | 2020-11-28 21:21:47 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2020-11-28 21:22:34 +0100 |
| commit | 5ccdb26885ff5216b068ccd3ba169aa3cbbb6a73 (patch) | |
| tree | 926aff3c688ff2de03bc7f504b28e25463d57127 /doc | |
| parent | c7781cf7eff5e199fce2b4a7babad0b59d7b315e (diff) | |
| download | ngircd-5ccdb26885ff5216b068ccd3ba169aa3cbbb6a73.tar.gz ngircd-5ccdb26885ff5216b068ccd3ba169aa3cbbb6a73.zip | |
FAQ.txt: There is no "CVS" anymore, we use Git!
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/FAQ.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/FAQ.txt b/doc/FAQ.txt index 3856ae09..3c5ec14e 100644 --- a/doc/FAQ.txt +++ b/doc/FAQ.txt @@ -29,20 +29,20 @@ A: ngIRCd offers several benefits: no problems with dynamic IPs, easy to II. Compilation ~~~~~~~~~~~~~~~ -Q: I did a "CVS checkout" but can't execute ./configure because the script +Q: I did a "Git checkout" but can't execute ./configure because the script is missing in the generated directory!? -A: When using development versions via CVS, the configure script as well as +A: When using development versions via Git, the configure script as well as the Makefile.in templates must be generated using GNU automake and GNU autoconf. To simplify this task run the ./autogen.sh script which will execute the required tools for you; then continue with executing the ./configure script as usual. Q: The ./autogen.sh script complains "aclocal: command not found". -A: GNU automake is missing on your system but required for building CVS +A: GNU automake is missing on your system but required for building Git versions of ngIRCd. Install GNU automake 1.6 or later and try again. Q: The ./autogen.sh script stops with "autoheader: command not found". -A: GNU autoconf is missing on your system but required for building CVS +A: GNU autoconf is missing on your system but required for building Git versions of ngIRCd. Install GNU autoconf 2.52 or later and try again. Q: The ./autogen.sh script fails and the message "automake: configure.in: |