Linux installation of ConQuest

  • Hi!


    I'd like to know the easiest way to install conQuest on Debian. I never tried conQuest before.
    I was trying to install MiniWebPACS, but I can't make it work. Then I searched for others PACSs and found conQuest.


    Is available detailed info about Linux installation of conQuest? I'd like something like a "cookbook".


    Thank you for your attention.
    And sorry about my english, it isn't my native language (I'm brazilian).


    [ ]s!

    Gustavo F. Caetano
    Technical Coordinator and Biomedical Informatics Specialized Technician
    Image Sciences and Medical Physics Center
    Hospital das Clínicas - FMRP - USP

  • Hi, as short as possible: but conquest on linux is preliminary (no GUI and install packages).


    (ps)ftp zips to linux system


    unzip conquestlinux1412c.zip
    cd conquest
    chmod 777 maklinux
    maklinux


    (optional for JPEG support)
    cd ..
    unzip jpegsuplinux1412.ZIP -d conquest
    chmod 777 conquest/dcmdjpeg
    chmod 777 conquest/dcmcjpeg
    cd conquest
    (end optional)


    dgate -v -r
    dgate -v


    Now up and running. You need to edit acrnema.map to make other servers known to conquest.

  • The compile line is
    g++ -I/path/to/include/file -DUNIX -DNATIVE_ENDIAN=1 -DNOINTJPEG -DPOSTGRES total.cxx -o dgate -lpthread -L/path/to/libpq -lpq
    There will be quite a few warnings, but they can be ignored.
    Don't compile on a 64 bit system as it is only 32 bit safe.


    In dicom.ini check that:
    PostGres = 1
    DoubleBackSlashToDB = 1

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!