build: switch to the Zig package manager
No more git submodules!
(cherry picked from commit 958f8798b6
)
This commit is contained in:
12
README.md
12
README.md
@ -51,12 +51,7 @@ commands to set up the user's configuration.
|
||||
|
||||
## Building
|
||||
|
||||
On cloning the repository, you must init and update the submodules as well
|
||||
with e.g.
|
||||
|
||||
```
|
||||
git submodule update --init
|
||||
```
|
||||
Note: If you are packaging river for distribution, see [PACKAGING.md](PACKAGING.md).
|
||||
|
||||
To compile river first ensure that you have the following dependencies
|
||||
installed. The "development" versions are required if applicable to your
|
||||
@ -76,10 +71,7 @@ Then run, for example:
|
||||
```
|
||||
zig build -Doptimize=ReleaseSafe --prefix ~/.local install
|
||||
```
|
||||
To enable experimental Xwayland support pass the `-Dxwayland` option as well.
|
||||
|
||||
If you are packaging river for distribution, see also
|
||||
[PACKAGING.md](PACKAGING.md).
|
||||
To enable Xwayland support pass the `-Dxwayland` option as well.
|
||||
|
||||
## Usage
|
||||
|
||||
|
Reference in New Issue
Block a user