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

Streamlining Build Process and File Structure #6

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

ItsJokerZz
Copy link

@ItsJokerZz ItsJokerZz commented Sep 22, 2024

Adds mention of make all in the README which I'm not too worried about in my case.

Created a folder named "GoldHEN" in /include rather than at build so
when built it'll automatically copy the file from the new folder within include.

Updated the source files to reflect the path changes and now when built you can simply
include like #include <GoldHEN.h> rather than #include <GoldHEN/GoldHEN.h>.

That should be all, not needed but easier for newcomers like myself when I started.

From "#include <GoldHEN/GoldHEN.h>" to just simply "#include <GoldHEN.h>"
Mention of the usage "make install".
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

Successfully merging this pull request may close these issues.

1 participant