Skip to content
Snippets Groups Projects
README.md 308 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 CONFIG+=realease ../imagerQt.pro
    
    mingf2's avatar
    mingf2 committed
      make
      ```
    - Run:
    ```bash
        cd ..
    
    mingf2's avatar
    mingf2 committed
        build/ImagerQt
    
    mingf2's avatar
    mingf2 committed
    ```