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

Replacing Makefile with a shell script for OpenCV installation #129

Open
NachtSpyder04 opened this issue Mar 15, 2024 · 3 comments · May be fixed by #131
Open

Replacing Makefile with a shell script for OpenCV installation #129

NachtSpyder04 opened this issue Mar 15, 2024 · 3 comments · May be fixed by #131
Assignees
Labels
good first issue Good for newcomers

Comments

@NachtSpyder04
Copy link
Collaborator

Users who have freshly installed Ubuntu on their laptops may not have make , g++ or other essentials installed. To mitigate this problem, that may look simple but can create problems for those who are new to Linux environment, I suggest replacing Makefile with a shell script ( .sh script like we are using for Wall-E and MARIO) which will update their system as well as install the build-essential package on their laptops along with usual installation of OpenCV as well as its dependencies

Thank You

@shinymack
Copy link

I would like to work on this issue.

@shinymack
Copy link

I saw a comment on the previous PR related to this issue about testing the script. Should I create a GitHub workflow for that?

@AryanNanda17
Copy link
Collaborator

Go ahead with it
Take reference from Wall-E workflow.

@shinymack shinymack linked a pull request Feb 14, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants