sherifomran

Results 6 comments of sherifomran

i found the first part using brew install zmq the header is installed into /usr/local/include so i opened nzmqt_test.pro and changed line 64 to /usr/local/include but then i get library...

I added the following lines and now nzmqt_test compiles and runs ``` macx: LIBS += -L$$PWD/../../../../../usr/local/Cellar/zeromq/4.3.2/lib/ -lzmq INCLUDEPATH += $$PWD/../../../../../usr/local/Cellar/zeromq/4.3.2/include DEPENDPATH += $$PWD/../../../../../usr/local/Cellar/zeromq/4.3.2/include macx: PRE_TARGETDEPS += $$PWD/../../../../../usr/local/Cellar/zeromq/4.3.2/lib/libzmq.a ```

i found also that the library is created in the bin folder when i compile nzmqt_staticlib where also the nzmqt_test is also placed DESTDIR = $$_PRO_FILE_PWD_/../bin

i ve a small educational wish and i think i will play with it and i hope to support me along my educational path.

have you tested it? my tests showed that i could not allow updating 2 profiles simulatenously, which is the mess. Adding the profile is not a big deal, but updaing...

export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm nvm install 0.10.25 cd pool npm update