mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Update COMPILE.md
This commit is contained in:
parent
1d01d7ced7
commit
fd18d18100
15
COMPILE.md
15
COMPILE.md
|
|
@ -46,7 +46,20 @@ Notes:
|
||||||
|
|
||||||
## Building on Linux
|
## Building on Linux
|
||||||
|
|
||||||
In order to build on linux you'll need git cmake & wine once you've installed those you can run this after cloning the repository which will build via [msvc-wine](https://github.com/mstorsjo/msvc-wine)
|
In order to build on linux you'll need the following dependencies (These pkg names are for arch):
|
||||||
|
|
||||||
|
```
|
||||||
|
git
|
||||||
|
cmake
|
||||||
|
extra-cmake-modules
|
||||||
|
python
|
||||||
|
wine
|
||||||
|
msitools
|
||||||
|
ca-certificates
|
||||||
|
libwbclient
|
||||||
|
```
|
||||||
|
|
||||||
|
Once you've installed those you can run this after cloning the repository which will build via [msvc-wine](https://github.com/mstorsjo/msvc-wine)
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
export WINE=$(command -v wine64 || command -v wine || false)
|
export WINE=$(command -v wine64 || command -v wine || false)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue