Describe the feature
This issue focuses on the user's first 5 minutes with the library.
- scripts/install.sh: A shell script to copy headers to
/usr/local/include/cstruct for global system access.
- template.c: A starter file in the root that includes
cstruct.h and a basic main() function to test the setup.
It should be implemented because
A "Zero-Config" setup is the hallmark of a great open-source project. Providing an installation script and a template allows UIU students to start coding their assignments immediately without fighting the compiler.
Additional context
Goal:
Provide a seamless installation experience.
Files to Create:
scripts/install.sh
template.c
Specific Task:
The template.c should contain a simple "Hello World" style example using one of the data structures.
Dependency:
Issue #2 [Build & Distribution]
Would you like to work on this issue?
None
Describe the feature
This issue focuses on the user's first 5 minutes with the library.
/usr/local/include/cstructfor global system access.cstruct.hand a basicmain()function to test the setup.It should be implemented because
A "Zero-Config" setup is the hallmark of a great open-source project. Providing an installation script and a template allows UIU students to start coding their assignments immediately without fighting the compiler.
Additional context
Goal:
Files to Create:
scripts/install.shtemplate.cSpecific Task:
Dependency:
Would you like to work on this issue?
None