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

Better installation steps #6

Closed
nichollsh opened this issue Dec 7, 2023 · 2 comments
Closed

Better installation steps #6

nichollsh opened this issue Dec 7, 2023 · 2 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@nichollsh
Copy link
Owner

The current setup is a bit too involved, so it would be better to either:

  1. Make the instructions very clear, or
  2. Create a makefile or script that handles everything automatically
@nichollsh nichollsh added documentation Improvements or additions to documentation enhancement New feature or request labels Mar 27, 2024
@nichollsh
Copy link
Owner Author

nichollsh commented Apr 25, 2024

Seems like converting the program to a package would be quite easy to do.
https://pkgdocs.julialang.org/v1/creating-packages/

This would allow dependencies to be included automatically when first running the code. You can also add a "build" step, where SOCRATES would be compiled.

It is also possible to export packages as single binary files, which may be useful in some cases.

@nichollsh
Copy link
Owner Author

This has been implemented in the recent changes, although more improvements could be made from here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant