Skip to content

Commit

Permalink
Add link to original-minh branch to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
r-hensley authored Nov 16, 2023
1 parent 098f804 commit 84017d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ A couple comments:
- In order to run the code in the "code" folder, you may need to run "make" in the folder to build the programs. If this fails with an error about "TFile.h" or something like that, that means you're missing ROOT, so install ROOT on your computer and source the ROOT install's `source $(ROOTDIR)/bin/thisroot.sh` file.
- If it complains about some kind of "patch", do `dnf install patch`.
- If there's other problems installing ROOT or making the code directory, try installing [ROOT's required dependencies](https://root.cern/install/dependencies/#fedora-scientific-linux-and-centos). CentOS8 is probably the closest to AlmaLinux so you can follow those ones. It's a good group of programs that are required by many other things. For example, g++ is not installed by default on AlmaLinux, and that'll be needed to make things. There will be a couple things that AlmaLinux can't find, try doing `dnf install ... --skip-broken` ([skip-broken ref](https://dnf.readthedocs.io/en/latest/command_ref.html#skip-broken-option-label)) and it'll skip the ones it can't find.

The original state of this repository as it was left by Minh on the UEM computer before the recomiling and reformatting by Ryan can be found in the [original-minh branch](https://github.com/prebys/mu2e_UEM_firmware/tree/original-minh).

0 comments on commit 84017d2

Please sign in to comment.