-
Notifications
You must be signed in to change notification settings - Fork 97
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
Content for Build Systems #84
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
PritK99
commented
Mar 23, 2023
- Merged both the readme into a single Readme
- Added a table of contents
- Added `1_cpp_basics` folder. - Added readme for makefile. - Renamed all directories as per directory structure.
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
to support image representation content
amanchhaparia
requested changes
Mar 23, 2023
@PritK99, rename readme file to |
I've removed the build target since the project doesn't need it, and the root makefile simply helps with the opencv and dependency install. Readme was also updated for the same, please review. |
amanchhaparia
approved these changes
Mar 27, 2023
Khushi-Balia
pushed a commit
to Khushi-Balia/Pixels_Seminar
that referenced
this pull request
Mar 28, 2023
* Removed all python files, and added basic cpp files and refined file structure * Removed all python files, and added basic cpp files and refined file structure * Refined file structure according to SRA-VJTI#48 * Fixed OS detection for debain and arch * Added all file structure files * Suggested changes in PR SRA-VJTI#64 made - Added `1_cpp_basics` folder. - Added readme for makefile. - Renamed all directories as per directory structure. * Adding documentation for build systems and compiler * Added Makefile full explanation * Renamed files for uniform structure * Fixed issue with makefile * Making the suggested changes in 2_build_systems.md * Resolving typo error * Using appropriate flags for generating an object file * Correcting the placement of semicolon * Merging both the readme into a single readme * Adding table of contents * make install target edited to support image representation content * Improving Table of Contents * Updated Structure and Table of contents * Rename readme.md to README.md * Updated makefile and readme --------- Co-authored-by: SuperChamp234 <beingzainsv@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.