Add untar instructions for gzip tarballs
This commit is contained in:
parent
e2bbe8422f
commit
9ea6357638
1 changed files with 5 additions and 0 deletions
5
INSTALL
5
INSTALL
|
@ -76,6 +76,11 @@ created directory:
|
|||
$ tar xvjf wesnoth-<version>.tar.bz2
|
||||
$ cd wesnoth-<version>
|
||||
|
||||
Or:
|
||||
|
||||
$ tar xvzf wesnoth-<version>.tar.gz
|
||||
$ cd wesnoth-<version>
|
||||
|
||||
The following build systems are fully supported for compiling Wesnoth on Linux,
|
||||
*BSD, and other Unix-like platforms:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue