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

Adds Makefile and env.sh #25

Merged
merged 8 commits into from
Jul 16, 2024
Merged

Adds Makefile and env.sh #25

merged 8 commits into from
Jul 16, 2024

Conversation

JulianGCalderon
Copy link
Contributor

@JulianGCalderon JulianGCalderon commented Jul 5, 2024

  • Adds makefile with common commands
  • Adds env.sh script to set up environment variables.
  • Updates README.md to document Makefile commands and env.sh

The --all-features flag was deliberately left out of the make rules as the benchmark feature it's currently being worked on in #13 (and it does not compile in main). Before merging that PR, it must be added to the Makefile.

I left out some Makefile rules to keep it simple, but I can add them if they are desired:

  • make runtime: Clones cairo native and compiles the runtime library
  • make check-env: Checks that all needed env variables are set. If I add this then there is probably no need for printing a remainder in env.sh

@JulianGCalderon JulianGCalderon linked an issue Jul 5, 2024 that may be closed by this pull request
@JulianGCalderon JulianGCalderon force-pushed the makefile branch 3 times, most recently from 607639a to 5bb7a80 Compare July 8, 2024 14:15
@JulianGCalderon JulianGCalderon marked this pull request as ready for review July 8, 2024 14:59
@pefontana pefontana added this pull request to the merge queue Jul 16, 2024
Merged via the queue into main with commit 7b60add Jul 16, 2024
4 checks passed
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.

Add Makefile and env.sh
3 participants