Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

fail to install #3

Closed
AdrienLemaire opened this issue Feb 22, 2021 · 2 comments
Closed

fail to install #3

AdrienLemaire opened this issue Feb 22, 2021 · 2 comments

Comments

@AdrienLemaire
Copy link

Hi,

I found this plugin here, and am hoping that this can serve as a good alternative while swaywm/sway#1666 is pending (allowing me to mirror my screen to an external monitor).

Your readme gives the following command, which fails for me

$ meson build ninja -C build
usage: meson [-h] {setup,configure,dist,install,introspect,init,test,wrap,subprojects,help,rewrite,compile} ...
meson: error: unrecognized arguments: -C build
$ meson --version
0.57.0

Using arch linux and sway version 1.5-35342d89 (Feb 17 2021, branch 'master')

Can you explain the correct steps to install this plugin ? Thanks in advance!

@Sukid
Copy link

Sukid commented Feb 22, 2021

Just put in meson build first, then ninja -c build

Or meson build && ninja -C build

@AdrienLemaire
Copy link
Author

@Sukid seems to work! Not what I expected, but it does the trick, lovely! Thanks for making this tool !

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants