mbroadst / qamqp

AMQP 0.9.1 implementation for Qt
Other
151 stars 127 forks source link

what is the qamqpd lib file? The document coming soon! #82

Closed Tsingkai closed 1 year ago

Tsingkai commented 2 years ago

Environment


Problem


Follow these steps:

  1. Step 1:git clone https://github.com/mbroadst/qamqp.git
  2. Step 2: open qamqp.pro by Qt Creator
  3. Step 3: compile the src project
  4. Step 4: compile the hello world project
  5. these Errors
    can not find -lqamqpd
    collect2: error: ld returned 1 exit status

So, where is the qamqpd lib file?

At Last

moruoxian commented 1 year ago

the lib in this path qamqp\src.

you can rename libqamqp.so to libqamqpd.so ,because you uesed the Debug lib.