Add untar instructions for gzip tarballs
This commit is contained in:
parent
774a5e231c
commit
b945b3a5ff
1 changed files with 5 additions and 0 deletions
5
INSTALL
5
INSTALL
|
@ -69,6 +69,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