You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
I wrote the following script today that is a simpler way to build nerpa and its dependencies than by using the rather elaborate, distro-specific, and (in my experience) error-prone way using jafingerhut's install-p4dev-v2.sh script, which is what scripts/install-nerpa.sh delegates to. I'd like to integrate it into Nerpa, but I'm not sure of the best way to do it. We could replace the existing scripts/install-nerpa.sh, we could add this one as an alternative, or we could adopt ideas from this one into the existing script.
I wrote the following script today that is a simpler way to build nerpa and its dependencies than by using the rather elaborate, distro-specific, and (in my experience) error-prone way using jafingerhut's
install-p4dev-v2.shscript, which is whatscripts/install-nerpa.shdelegates to. I'd like to integrate it into Nerpa, but I'm not sure of the best way to do it. We could replace the existingscripts/install-nerpa.sh, we could add this one as an alternative, or we could adopt ideas from this one into the existing script.