mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-09 10:52:24 +00:00
Fix bug in install instructions.
Estimated hours taken: 0.1 Branches: main INSTALL_CVS: Fix bug in install instructions.
This commit is contained in:
16
INSTALL_CVS
16
INSTALL_CVS
@@ -1,15 +1,15 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# INSTALL_CVS - installation instructions and installation script.
|
||||
# This version is for use by Mercury developers after you have
|
||||
# just checked the files out from the CVS archive.
|
||||
# Note: you need a previous version of Mercury already installed
|
||||
# (the CVS archive doesn't have all the necessary files for
|
||||
# bootstrapping).
|
||||
# You also need autoconf (version 2.58 or later) (and hence GNU m4)
|
||||
# installed.
|
||||
#
|
||||
# Step 0. aclocal && autoconf
|
||||
# This version is for use by Mercury developers after you have just
|
||||
# checked the files out from the CVS archive.
|
||||
# Note: you need a previous version of Mercury already installed, since
|
||||
# the CVS archive doesn't have all the necessary files for bootstrapping.
|
||||
#
|
||||
# You also need autoconf (version 2.58 or later) (and hence GNU m4) installed.
|
||||
#
|
||||
# Step 0. aclocal -I m4 && autoconf
|
||||
#
|
||||
# Step 1. ./configure
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user