-
Notifications
You must be signed in to change notification settings - Fork 3
Add install script #10
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
base: master
Are you sure you want to change the base?
Add install script #10
Conversation
The disk space used at the end of the script's completion is less than this, but during some of the builds of OCaml programs, there is temporarily more disk space used, before it goes down at the end.
because many of the details are now printed by the install script itself.
|
This install script on Ubuntu 18.04 results in at least a partially working system for running Avenir. It runs the first sample command in hello directory successfully, but gives an error for the second. On Ubuntu 20.04, everything appears to go well until the |
Apparently 4.8.10 is different enough that it causes some problems when interacting with Avenir.
Seems to be needed for 'make' to succeed on Ubuntu 20.04
This seems to help building avenir on Ubuntu 20.04 systems
|
I have tweaked the install script a few times since creating this PR, by adding some more small commits. I have now tested it working successfully on freshly installed Ubuntu 18.04, 20.04, and 22.04 systems, at least to where avenir builds successfully, and runs the first two 'hello' sample commands in the synthesis/README.md file without errors. I haven't gone further than that in that README yet to see if everything else works, but this looks like a good base to build on, if further changes are needed. |
No description provided.