Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Update tradfri installation instructions #3558

Merged
merged 4 commits into from
Oct 15, 2017
Merged

Update tradfri installation instructions #3558

merged 4 commits into from
Oct 15, 2017

Conversation

lwis
Copy link
Member

@lwis lwis commented Oct 8, 2017

Description:

Update instructions for aiocoap installation.

Pull request in home-assistant (if applicable): home-assistant/core#7815

@Danielhiversen
Copy link
Member

Should this be against the current branch?

@lwis
Copy link
Member Author

lwis commented Oct 8, 2017

I wasn't sure if we usually cherry pick or back merge? I can switch if necessary.

$ make install
python3 -m pip install cython

cd /usr/src/app/
Copy link
Contributor

@leppa leppa Oct 8, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not everybody has /usr/src/app. This script will fail for them. I'd either mkdir it or use /tmp. The source is not needed after the installation, anyway.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good spot.

$ ./configure --disable-documentation --disable-shared --without-debug CFLAGS="-D COAP_DEBUG_FD=stderr"
$ make
$ make install
python3 -m pip install cython
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be done inside the venv if there is any.


git clone --depth 1 https://git.fslab.de/jkonra2m/tinydtls
cd tinydtls
autoreconf
Copy link
Member

@fabaff fabaff Oct 8, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This requires that autoconf is available which as it was in the old instructions.

Copy link
Member

@fabaff fabaff Oct 10, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On Fedora, and I guess on CentOS as well, is automake required too.

@fabaff fabaff added Enhancement Hacktoberfest An PR on this issue (or the PR itself) is eligible towards Hacktoberfest! labels Oct 8, 2017
Copy link
Member

@fabaff fabaff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐦

@fabaff fabaff merged commit 789ba6b into next Oct 15, 2017
@fabaff fabaff deleted the update_tradfri branch October 15, 2017 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hacktoberfest An PR on this issue (or the PR itself) is eligible towards Hacktoberfest!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants