Skip to content
Snippets Groups Projects
README.md 369 B
Newer Older
  • Learn to ignore specific revisions
  • # Simple GUI application for showing PSD
    
    mingf2's avatar
    mingf2 committed
    
    
    mingf2's avatar
    mingf2 committed
    ## Prerequisites
    - Install qt5 development packages
    ```bash
    sudo apt-get install qt5-default qtdeclarative5-dev
    ```
    
    ## Build
    
    mingf2's avatar
    mingf2 committed
      ```bash
      mkdir -p build
      cd build
    
    mingf2's avatar
    mingf2 committed
      qmake -config release ../imagerQt.pro
    
    mingf2's avatar
    mingf2 committed
      make
      ```
    
    mingf2's avatar
    mingf2 committed
    ## Run
    
    mingf2's avatar
    mingf2 committed
    ```bash
        cd ..
    
    mingf2's avatar
    mingf2 committed
        build/ImagerQt
    
    mingf2's avatar
    mingf2 committed
    ```
    
    mingf2's avatar
    mingf2 committed
    ## Demo
    <img src="Demo/Demo.gif" width="600" height="300" />
    
    mingf2's avatar
    mingf2 committed