Skip to content

Commit

Permalink
proper document source
Browse files Browse the repository at this point in the history
  • Loading branch information
apprehensions committed Nov 19, 2023
1 parent f85c3ce commit 68519df
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/Installation/guides/source.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@ Before you can install Vinegar, you will have to install Wine first. You can use

It is recommended to ensure that you have installed Wine 8.3 or above on your system, as Roblox requires a minimum version of 8.0 and may encounter stability issues under 8.3.

## Building Dependencies
You will need to install the dependencies needed by Gio. The documentation can be found [here](https://gioui.org/doc/install/linux)
You can disable the splash window provided by Vinegar (Which is implemented with Gio) by appending the `nosplash` build tag to the build parameters (`VINEGAR_GOFLAGS=--tags=nosplash`)

## Building Vinegar

To build Vinegar from source, you will need to install Go; it can be found packaged as `golang` or `go` on some Linux distributions.

Aditionally will need to install the dependencies needed by Gio. The documentation can be found [here](https://gioui.org/doc/install/linux), However you are able to disable the splash window (which uses Gio) by appending the `nosplash` build tag to the build parameters (`VINEGAR_GOFLAGS=--tags=nosplash`).


Clone Vinegar's git repository and build Vinegar:

```sh
Expand Down

0 comments on commit 68519df

Please sign in to comment.