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

Please include instructions and examples on how to compile in README.md #10

Closed
davehouser1 opened this issue Sep 23, 2022 · 0 comments
Closed

Comments

@davehouser1
Copy link

davehouser1 commented Sep 23, 2022

Please include basic instructions on how to compile this package. I know all systems are different, and preferences play a large part in how one wants to granularly control ./configure however I feel it is helpful to share basic method to compile your code. This maybe straight forward for other developers. However anyone that is not accustomed to using Linux or programming may not know how what to do after they clone the repo. Would recommend including the following:

To compile the code and install do the following

$ ./autogen.sh
$ ./configure
$ ./make
$ sudo ./make install

To check install run

$ systemctl status ssdp.service
$ ./check.sh

To start the service

$ sudo systemctl start ssdpd.service

To stop

$ sudo systemctl stop ssdp.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant