mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
Changed build system to meson
This commit is contained in:
parent
8189c64d7f
commit
924bf0f669
28 changed files with 134 additions and 996 deletions
|
|
@ -8,7 +8,7 @@ WIP - [Status](https://github.com/SirCmpwn/wlroots/issues/9)
|
|||
|
||||
Install dependencies:
|
||||
|
||||
* cmake
|
||||
* meson
|
||||
* wayland
|
||||
* wayland-protocols
|
||||
* EGL
|
||||
|
|
@ -23,8 +23,6 @@ Install dependencies:
|
|||
|
||||
Run these commands:
|
||||
|
||||
mkdir build
|
||||
meson --buildtype=release build
|
||||
cd build
|
||||
cmake -DCMAKE_BUILD_TYPE=Release ..
|
||||
make
|
||||
sudo make install
|
||||
ninja
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue