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

[FEATURE] Build from source instructions #268

Open
undefinedactive opened this issue Oct 28, 2024 · 3 comments
Open

[FEATURE] Build from source instructions #268

undefinedactive opened this issue Oct 28, 2024 · 3 comments
Assignees
Labels
feature New feature or request

Comments

@undefinedactive
Copy link

undefinedactive commented Oct 28, 2024

DESCRIPTION

What does your feature request improve on?

This will allow people to independently build from source. It encourages people to download the source code and go threw the build process themselves. If a user sees something that can be improved, the user can look at the code on the computer, add additional functionality and build a new version. This helps the development of NumeRe, getting more people involved.

Describe the solution you'd like
Build/ Compile instructions should start from:

git clone --recursive https://github.com/numere-org/NumeRe.git

to compiled and fully functioning app.

Additional context
See example

(Do not write below this line)


DEVS' SECTION

ANALYSIS

(Describe, what's the issue and which changes have to be made)

IMPLEMENTATION STEPS

(see also our Wiki for implementation guidelines)

  • Implement the necessary changes in a new branch created here on GitHub
  • Test your implementation

DOCUMENTATION STEPS

(see also our Wiki for further information)

  • Update the changes log
  • Add comments to your implementation
  • Add Doxygen documentation comments
  • Create or update the documentation articles (*.NHLP and *.NDB files, if needed)
  • Update the language strings (*.NLNG files, if needed)

PULL REQUEST

  • Create a pull request for your changes
  • Fill out the template
  • Assign @numere-org/maintainers as reviewers
@numeredev
Copy link
Member

Very reasonable request. We'll provide something similar in the next weeks.

@undefinedactive
Copy link
Author

If possible building from source should be IDE independent.

@numeredev
Copy link
Member

Can probably be done with https://github.com/mirai-computing/cbp2make

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
Status: New
Development

No branches or pull requests

2 participants