GNU gettext - Bugs: bug #62196, INSTALL file out of date?
You are not allowed to post comments on this tracker with your current authentication level.
bug #62196: INSTALL file out of date?
Submitter: | Julien Palard <mdk2> | ||
Submitted: | Fri 18 Mar 2022 05:01:52 PM UTC | ||
Category: | Doc | Severity: | 3 - Normal |
Item Group: | None | Status: | None |
Privacy: | Public | Assigned to: | None |
Open/Closed: | Open |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2022-06-25 | haible | Category | None | ![]() |
Doc |
The INSTALL file tells to start by running `./configure`, but in fact it looks like it envolved to:
- git submodule init
- git submodule update
- ./autogen.sh
- ./configure
?