Skip to content

Commit

Permalink
Merge branch 'master' into fix/index_out_of_bounds_2025-01-11
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengtuggy committed Jan 14, 2025
2 parents 4cd3f7d + dfdd56d commit 6e4decc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,21 @@ If you encounter any issues while playing, please create an issue with the Vega

# Compiling Vegastrike

## Saving some space while downloading

The Vega Strike Engine Source repository contains a lot of history not all of which is relevant to current developers if they want to quickly download and build something.
By default, the full clone will download over 800 MB of data. There are several options to minimize this:

1. Download a compressed copy of the source from the release
2. Download a master.zip from GitHub
3. Do a shallow clone using the following:

```bash
$ git clone git@github.com:vegastrike/Vega-Strike-Engine-Source.git --shallow-since=2023-09-27
```

This will produce a significantly smaller download - in the order of 22-30 MB; well over a 10x reduction.

## Compiling On Linux

1. Install the development dependencies:
Expand Down

0 comments on commit 6e4decc

Please sign in to comment.