Skip to content
Snippets Groups Projects
README.md 287 B
Newer Older
  • Learn to ignore specific revisions
  • mingf2's avatar
    mingf2 committed
    # Simple GUI application for back projection image reconstruction
    
    mingf2's avatar
    mingf2 committed
    
    
    mingf2's avatar
    mingf2 committed
    ## Use
    - Install [ROOT](https://root.cern/install/) (v6.22 or above), `qmake` and `make`.
    - Compile:
      ```bash
      mkdir -p build
      cd build
      qmake ../QtRoot.pro
      make
      ```
    - Run:
    ```bash
        cd ..
        build/QtRoot
    ```