Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Cannot install #157

Closed
mauro1998 opened this issue Dec 10, 2016 · 3 comments
Closed

Cannot install #157

mauro1998 opened this issue Dec 10, 2016 · 3 comments

Comments

@mauro1998
Copy link

I'm having problems to build the project, i'm following the steps bellow:

git clone git@github.com:albfan/miraclecast.git
cd miraclecast
mkdir build && cd build
cmake ..: 'Build files have been written to: /home/mauro/Downloads/miraclecast/build'

Then I try:
make

But at 56% of building I get the following error:

/home/mauro/Downloads/miraclecast/src/ctl/ctl-cli.c:37:30: fatal error: readline/history.h: No such file or directory
compilation terminated.
src/ctl/CMakeFiles/miracle-wifictl.dir/build.make:62: recipe for target 'src/ctl/CMakeFiles/miracle-wifictl.dir/ctl-cli.c.o' failed
make[2]: *** [src/ctl/CMakeFiles/miracle-wifictl.dir/ctl-cli.c.o] Error 1
CMakeFiles/Makefile2:321: recipe for target 'src/ctl/CMakeFiles/miracle-wifictl.dir/all' failed
make[1]: *** [src/ctl/CMakeFiles/miracle-wifictl.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2

  • What should I do to fix this?

I don't know so much about linux, i'm using Elementary OS and want to mirror my screen to my LG SmartTV (miracast) but cannot find anything to get it work. Reading over there I found this Miraclecast project but not sure if this is what I need. Could anyone help me please?

@derekdai
Copy link
Contributor

Run

sudo apt-get install libreadline-dev

Currently, you can run your laptop as the sink (the receiving side), not the source (the sending side), see #4.

@mauro1998
Copy link
Author

Ok that fixed the problem. Thanks.
I'm running those commands without any idea what it does.
There is nothing "user-friendly" yet?, will this feature be implemented?
or do you know another alternative to achieve what I want?

@albfan
Copy link
Owner

albfan commented Feb 16, 2017

Different problems, different issues, ok?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants