How to add a custom command to Linux repositories for everyone to download [closed]
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I went through two posts which tell about how one can make a Linux command.
Here are the posts:
Creating a custom Linux commmand,
Creating Custom Linux Command
I wanted to know how can I make such commands available to everyone for download.
My goal is to create a simple C++ graphics 2D game and run it as a command in Linux. Also, I wanted it to be available for everyone to use.
Do I have to use git for it to be available for everyone and provide a simple installer for it?
Thanks in advance
linux repository
closed as too broad by maulinglawns, Goro, Jeff Schaller, Thomas Dickey, RalfFriedl Sep 22 at 18:17
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |Â
up vote
0
down vote
favorite
I went through two posts which tell about how one can make a Linux command.
Here are the posts:
Creating a custom Linux commmand,
Creating Custom Linux Command
I wanted to know how can I make such commands available to everyone for download.
My goal is to create a simple C++ graphics 2D game and run it as a command in Linux. Also, I wanted it to be available for everyone to use.
Do I have to use git for it to be available for everyone and provide a simple installer for it?
Thanks in advance
linux repository
closed as too broad by maulinglawns, Goro, Jeff Schaller, Thomas Dickey, RalfFriedl Sep 22 at 18:17
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I went through two posts which tell about how one can make a Linux command.
Here are the posts:
Creating a custom Linux commmand,
Creating Custom Linux Command
I wanted to know how can I make such commands available to everyone for download.
My goal is to create a simple C++ graphics 2D game and run it as a command in Linux. Also, I wanted it to be available for everyone to use.
Do I have to use git for it to be available for everyone and provide a simple installer for it?
Thanks in advance
linux repository
I went through two posts which tell about how one can make a Linux command.
Here are the posts:
Creating a custom Linux commmand,
Creating Custom Linux Command
I wanted to know how can I make such commands available to everyone for download.
My goal is to create a simple C++ graphics 2D game and run it as a command in Linux. Also, I wanted it to be available for everyone to use.
Do I have to use git for it to be available for everyone and provide a simple installer for it?
Thanks in advance
linux repository
linux repository
edited Sep 22 at 16:46
Jeff Schaller
33.3k849111
33.3k849111
asked Sep 22 at 16:31
user9275416
1
1
closed as too broad by maulinglawns, Goro, Jeff Schaller, Thomas Dickey, RalfFriedl Sep 22 at 18:17
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
closed as too broad by maulinglawns, Goro, Jeff Schaller, Thomas Dickey, RalfFriedl Sep 22 at 18:17
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
Providing an installation package requires familiarity with several different Linux distributions, because you will have to create packages for each family. But this is a bit premature IMHO.
To share the source code, you would create a project on Gitlab.com, Github.com, or similar, with the necessary scripts to let people compile a version for their own platform (automake, autoconf, and the like).
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
Providing an installation package requires familiarity with several different Linux distributions, because you will have to create packages for each family. But this is a bit premature IMHO.
To share the source code, you would create a project on Gitlab.com, Github.com, or similar, with the necessary scripts to let people compile a version for their own platform (automake, autoconf, and the like).
add a comment |Â
up vote
1
down vote
Providing an installation package requires familiarity with several different Linux distributions, because you will have to create packages for each family. But this is a bit premature IMHO.
To share the source code, you would create a project on Gitlab.com, Github.com, or similar, with the necessary scripts to let people compile a version for their own platform (automake, autoconf, and the like).
add a comment |Â
up vote
1
down vote
up vote
1
down vote
Providing an installation package requires familiarity with several different Linux distributions, because you will have to create packages for each family. But this is a bit premature IMHO.
To share the source code, you would create a project on Gitlab.com, Github.com, or similar, with the necessary scripts to let people compile a version for their own platform (automake, autoconf, and the like).
Providing an installation package requires familiarity with several different Linux distributions, because you will have to create packages for each family. But this is a bit premature IMHO.
To share the source code, you would create a project on Gitlab.com, Github.com, or similar, with the necessary scripts to let people compile a version for their own platform (automake, autoconf, and the like).
answered Sep 22 at 17:12
xenoid
1,8961620
1,8961620
add a comment |Â
add a comment |Â